diff --git a/blog/todo-webpack.todo b/blog/todo-webpack.todo index 7e0674c..3bd539b 100644 --- a/blog/todo-webpack.todo +++ b/blog/todo-webpack.todo @@ -17,19 +17,20 @@ Tasks: ☐ Theme similar to forestry. Theme: - ☐ Colour scheme (forestry) - ☐ Choose a Colour - ☐ Change link colour + ✔ Colour scheme (forestry) @done (6/9/2020, 12:24:25 PM) + ✔ Choose a Colour @done (6/9/2020, 12:24:26 PM) + ✔ Change link colour @done (6/9/2020, 12:24:25 PM) ☐ Change post info colour - ☐ Info, warning admonitions (using colour scheme) + ✔ Info, warning admonitions (using colour scheme) @done (6/9/2020, 12:24:29 PM) ☐ Post layout - ☐ TOC + ✔ TOC @done (6/9/2020, 12:24:31 PM) Search: - ☐ Search bar like Font awesome + ✔ Search bar like Font awesome @done (6/9/2020, 12:24:33 PM) ✔ Have search auto run whenever a button is pressed @done (6/7/2020, 5:38:31 PM) Gulp: + ☐ Change lunr insert - should insert the whole script html with a dummy tag that it can use to find. ✔ Using and to handle hashed images. @done (6/4/2020, 1:28:15 AM) Notes: ✔ If you are not using Hugo, you could use the above to dynamically reference images in your html, and use gulp to replace them with the images bundled with webpack. Name the images the same as they're referenced, then replace any `` with the bundled image in the html. You can get the mapping from the output from webpack, using the unique image name as the key.. You can then use gulp to minimise or resize the images. @done (6/4/2020, 1:28:13 AM) diff --git a/tasks.todo b/tasks.todo index fb18391..c5fb94b 100644 --- a/tasks.todo +++ b/tasks.todo @@ -1,6 +1,6 @@ Projects: - ☐ Fix the navbar on mobile. - ☐ Change text on homepage on mobile. + ✔ Fix the navbar on mobile. @done (6/11/2020, 11:18:31 PM) + ✔ Change text on homepage on mobile. @done (6/11/2020, 11:18:32 PM) CSS: ☐ Document using transition. @@ -17,19 +17,19 @@ Projects: Note: How to edit the homepage, how to edit taxonomy content (the _index.html) file and what this means. - ☐ Refactor front page like (https://www.educative.io/edpresso) - ☐ Another layout for cards (https://codewithhugo.com) + ✔ Refactor front page like (https://www.educative.io/edpresso) @done (6/11/2020, 11:18:37 PM) + ✔ Another layout for cards (https://codewithhugo.com) @done (6/11/2020, 11:18:38 PM) Misc: ☐ Create archetypes for posts. - ☐ Configure pagination for homepage. + ✔ Configure pagination for homepage. @done (6/11/2020, 11:18:48 PM) ✔ Add social metadata @done (6/9/2020, 1:27:26 PM) ✔ Create own admonitions with shortcode with custom animal themeing. @done (6/9/2020, 1:27:24 PM) Custom layout: ✔ Use the envanto website layouts (whole static themes) to find suitable wallpaper for a post page. @done (6/9/2020, 1:27:29 PM) - ☐ Add tags to front page cards - ☐ Using date in the slug, customising the slugs further? + ✔ Add tags to front page cards @done (6/11/2020, 11:18:52 PM) + ✔ Using date in the slug, customising the slugs further? @done (6/11/2020, 11:18:54 PM) ✔ Find a font from envanto and customise the vars in bootstrap (https://getbootstrap.com/docs/4.0/content/reboot/#native-font-stack) @done (6/9/2020, 1:27:33 PM)