develop #2

Merged
dtomlinson merged 15 commits from develop into master 2020-07-15 23:27:37 +00:00
2 changed files with 14 additions and 13 deletions
Showing only changes of commit f4c2fa60db - Show all commits

View File

@@ -17,19 +17,20 @@ Tasks:
☐ Theme similar to forestry. ☐ Theme similar to forestry.
Theme: Theme:
Colour scheme (forestry) Colour scheme (forestry) @done (6/9/2020, 12:24:25 PM)
Choose a Colour Choose a Colour @done (6/9/2020, 12:24:26 PM)
Change link colour Change link colour @done (6/9/2020, 12:24:25 PM)
☐ Change post info colour ☐ 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 ☐ Post layout
TOC TOC @done (6/9/2020, 12:24:31 PM)
Search: 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) ✔ Have search auto run whenever a button is pressed @done (6/7/2020, 5:38:31 PM)
Gulp: Gulp:
☐ Change lunr insert - should insert the whole script html with a dummy tag that it can use to find.
✔ Using <https://stackoverflow.com/questions/23247642/modify-file-in-place-same-dest-using-gulp-js-and-a-globbing-pattern> and <https://www.npmjs.com/package/gulp-replace> to handle hashed images. @done (6/4/2020, 1:28:15 AM) ✔ Using <https://stackoverflow.com/questions/23247642/modify-file-in-place-same-dest-using-gulp-js-and-a-globbing-pattern> and <https://www.npmjs.com/package/gulp-replace> to handle hashed images. @done (6/4/2020, 1:28:15 AM)
Notes: 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 `<img src="">` 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) ✔ 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 `<img src="">` 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)

View File

@@ -1,6 +1,6 @@
Projects: Projects:
Fix the navbar on mobile. Fix the navbar on mobile. @done (6/11/2020, 11:18:31 PM)
Change text on homepage on mobile. Change text on homepage on mobile. @done (6/11/2020, 11:18:32 PM)
CSS: CSS:
☐ Document using transition. ☐ Document using transition.
@@ -17,19 +17,19 @@ Projects:
Note: Note:
How to edit the homepage, how to edit taxonomy content (the _index.html) file and what this means. 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) Refactor front page like (https://www.educative.io/edpresso) @done (6/11/2020, 11:18:37 PM)
Another layout for cards (https://codewithhugo.com) Another layout for cards (https://codewithhugo.com) @done (6/11/2020, 11:18:38 PM)
Misc: Misc:
☐ Create archetypes for posts. ☐ 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) ✔ 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) ✔ Create own admonitions with shortcode with custom animal themeing. @done (6/9/2020, 1:27:24 PM)
Custom layout: 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) ✔ 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 Add tags to front page cards @done (6/11/2020, 11:18:52 PM)
Using date in the slug, customising the slugs further? 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) ✔ 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)