Updating todo
This commit is contained in:
46
tasks.todo
46
tasks.todo
@@ -1,7 +1,7 @@
|
|||||||
Projects:
|
Projects:
|
||||||
|
|
||||||
Tomorrow:
|
Tomorrow:
|
||||||
☐ Document adding background as wallpaper
|
✔ Document adding background as wallpaper @done (6/7/2020, 7:46:41 PM)
|
||||||
|
|
||||||
Tasks:
|
Tasks:
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ Tasks:
|
|||||||
✔ Add image to post + document @done (5/5/2020, 7:32:50 PM)
|
✔ Add image to post + document @done (5/5/2020, 7:32:50 PM)
|
||||||
|
|
||||||
Colour:
|
Colour:
|
||||||
☐ Add colour to default `<a>` like Forestry <https://forestry.io/blog/search-with-algolia-in-hugo/
|
✔ Add colour to default `<a>` like Forestry <https://forestry.io/blog/search-with-algolia-in-hugo/ @done (6/8/2020, 3:23:14 PM)
|
||||||
|
|
||||||
Layout:
|
Layout:
|
||||||
✔ Document editing layout @done (5/7/2020, 6:34:47 PM)
|
✔ Document editing layout @done (5/7/2020, 6:34:47 PM)
|
||||||
@@ -31,7 +31,7 @@ Tasks:
|
|||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
☐ Add social metadata
|
☐ Add social metadata
|
||||||
☐ Add Hugo notice (admonitions) (https://github.com/martignoni/hugo-notice)
|
✔ Add Hugo notice (admonitions) (https://github.com/martignoni/hugo-notice) @done (6/8/2020, 3:45:37 PM)
|
||||||
☐ Create own admonitions with shortcode with custom animal themeing.
|
☐ Create own admonitions with shortcode with custom animal themeing.
|
||||||
✔ Add commento to project @done (5/4/2020, 4:59:34 AM)
|
✔ Add commento to project @done (5/4/2020, 4:59:34 AM)
|
||||||
|
|
||||||
@@ -41,19 +41,19 @@ Tasks:
|
|||||||
☐ Using date in the slug, customising the slugs further?
|
☐ Using date in the slug, customising the slugs further?
|
||||||
☐ Find a font from envanto and customise the vars in bootstrap (https://getbootstrap.com/docs/4.0/content/reboot/#native-font-stack)
|
☐ Find a font from envanto and customise the vars in bootstrap (https://getbootstrap.com/docs/4.0/content/reboot/#native-font-stack)
|
||||||
Notes:
|
Notes:
|
||||||
☐ Change the bootstrap variables above to the font-family you want to use.
|
✔ Change the bootstrap variables above to the font-family you want to use. @done (6/8/2020, 3:45:53 PM)
|
||||||
☐ Create a new font-family with all the weights/types you want in the css
|
✔ Create a new font-family with all the weights/types you want in the css @done (6/8/2020, 3:45:54 PM)
|
||||||
☐ Change the $headings-font-weight variable to the weight you want to use. You should create this style in the css above for the font family.
|
✔ Change the $headings-font-weight variable to the weight you want to use. You should create this style in the css above for the font family. @done (6/8/2020, 3:45:57 PM)
|
||||||
☐ You can check all availbale css variables in the bootstrap `_variables.scss` file: <https://github.com/twbs/bootstrap/blob/v4.1.3/scss/_variables.scss#L260-L264>. - Make sure when adding a new font that these weights are added to the font family. It might not be possible to add them for all styles (e.g bolder and italic combined) so just cover as much as possible.
|
✔ You can check all availbale css variables in the bootstrap `_variables.scss` file: <https://github.com/twbs/bootstrap/blob/v4.1.3/scss/_variables.scss#L260-L264>. - Make sure when adding a new font that these weights are added to the font family. It might not be possible to add them for all styles (e.g bolder and italic combined) so just cover as much as possible. @done (6/8/2020, 3:45:58 PM)
|
||||||
Maybe template could be:
|
Maybe template could be:
|
||||||
☐ keep default of light:300, normal:400 and bold:700.
|
✔ keep default of light:300, normal:400 and bold:700. @done (6/8/2020, 3:46:02 PM)
|
||||||
☐ overwrite the header weight to 400 from 500
|
✔ overwrite the header weight to 400 from 500 @done (6/8/2020, 3:46:04 PM)
|
||||||
☐ create a font family that implements the usual styles
|
✔ create a font family that implements the usual styles @done (6/8/2020, 3:46:04 PM)
|
||||||
☐ if you want to use lighter and bolder, implement 100 and 900
|
✔ if you want to use lighter and bolder, implement 100 and 900 @done (6/8/2020, 3:46:05 PM)
|
||||||
|
|
||||||
|
|
||||||
Sidebar:
|
Sidebar:
|
||||||
☐ Add a table of contents to the side.
|
✔ Add a table of contents to the side. @done (6/8/2020, 3:46:09 PM)
|
||||||
Notes:
|
Notes:
|
||||||
- Maybe fontawesome docs as a guide? (https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use)
|
- Maybe fontawesome docs as a guide? (https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use)
|
||||||
|
|
||||||
@@ -97,20 +97,20 @@ Tasks:
|
|||||||
☐ Change the front matter for `_index.md` in `post`.
|
☐ Change the front matter for `_index.md` in `post`.
|
||||||
|
|
||||||
Search:
|
Search:
|
||||||
☐ Find simple CSS design for search bar.
|
✔ Find simple CSS design for search bar. @done (6/8/2020, 3:46:30 PM)
|
||||||
✔ Implement search using a library. @done (5/13/2020, 1:57:50 AM)
|
✔ Implement search using a library. @done (5/13/2020, 1:57:50 AM)
|
||||||
✔ Search needs to recusrively go into folders @done (5/12/2020, 3:36:52 AM)
|
✔ Search needs to recusrively go into folders @done (5/12/2020, 3:36:52 AM)
|
||||||
✔ Document using and creating a search page with lunrjs. (use the temporary search note). @done (5/21/2020, 9:22:39 PM)
|
✔ Document using and creating a search page with lunrjs. (use the temporary search note). @done (5/21/2020, 9:22:39 PM)
|
||||||
☐ Use GULP to generate the lunr index when running webpack build.
|
✔ Use GULP to generate the lunr index when running webpack build. @done (6/8/2020, 3:46:31 PM)
|
||||||
☐ Use webpack to install lunr and load it in
|
✔ Use webpack to install lunr and load it in @done (6/8/2020, 3:46:32 PM)
|
||||||
☐ Use webpack to load the `search-index.json` file into the bundle.
|
✔ Use webpack to load the `search-index.json` file into the bundle. @done (6/8/2020, 3:46:34 PM)
|
||||||
|
|
||||||
Webpack:
|
Webpack:
|
||||||
☐ Document and follow this tutorial: (https://www.sitepoint.com/bundle-static-site-webpack/).
|
✔ Document and follow this tutorial: (https://www.sitepoint.com/bundle-static-site-webpack/). @done (6/8/2020, 3:46:39 PM)
|
||||||
☐ Look at the chunky themes webpack.prod.js - document all the extra modules being used.
|
✔ Look at the chunky themes webpack.prod.js - document all the extra modules being used. @done (6/8/2020, 3:46:40 PM)
|
||||||
☐ Add the lunr index build to the webpack bundle.
|
✔ Add the lunr index build to the webpack bundle. @done (6/8/2020, 3:46:41 PM)
|
||||||
☐ Include lunr in the bundle + any other modules needed for search.
|
✔ Include lunr in the bundle + any other modules needed for search. @done (6/8/2020, 3:46:43 PM)
|
||||||
☐ Use webpack to fill a html partial for the baseof.html file (see the notes).
|
✔ Use webpack to fill a html partial for the baseof.html file (see the notes). @done (6/8/2020, 3:46:45 PM)
|
||||||
|
|
||||||
Tutorials:
|
Tutorials:
|
||||||
☐ https://www.integralist.co.uk/posts/python-asyncio/
|
☐ https://www.integralist.co.uk/posts/python-asyncio/
|
||||||
@@ -118,8 +118,8 @@ Tasks:
|
|||||||
This blog in general has some interesting things to look at.
|
This blog in general has some interesting things to look at.
|
||||||
|
|
||||||
Restructure:
|
Restructure:
|
||||||
☐ Create new theme entirely, using a fresh webpack configuration.
|
✔ Create new theme entirely, using a fresh webpack configuration. @done (6/8/2020, 3:46:50 PM)
|
||||||
☐ Move the AOS from the partials css and js into a webpack configuration.
|
✔ Move the AOS from the partials css and js into a webpack configuration. @done (6/8/2020, 3:46:52 PM)
|
||||||
|
|
||||||
CSS:
|
CSS:
|
||||||
☐ Document using a fullscreen wallpaper (front-background in _variables.scss)
|
☐ Document using a fullscreen wallpaper (front-background in _variables.scss)
|
||||||
|
|||||||
Reference in New Issue
Block a user