diff --git a/tasks.todo b/tasks.todo index 0c75155..cf4744e 100644 --- a/tasks.todo +++ b/tasks.todo @@ -1,7 +1,7 @@ Projects: Tomorrow: - ☐ Document adding background as wallpaper + ✔ Document adding background as wallpaper @done (6/7/2020, 7:46:41 PM) Tasks: @@ -15,7 +15,7 @@ Tasks: ✔ Add image to post + document @done (5/5/2020, 7:32:50 PM) Colour: - ☐ Add colour to default `` like Forestry ` like Forestry . - 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. + ✔ 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 @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. @done (6/8/2020, 3:45:57 PM) + ✔ You can check all availbale css variables in the bootstrap `_variables.scss` file: . - 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: - ☐ keep default of light:300, normal:400 and bold:700. - ☐ overwrite the header weight to 400 from 500 - ☐ create a font family that implements the usual styles - ☐ if you want to use lighter and bolder, implement 100 and 900 + ✔ 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 @done (6/8/2020, 3:46:04 PM) + ✔ 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 @done (6/8/2020, 3:46:05 PM) 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: - 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`. 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) ✔ 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) - ☐ Use GULP to generate the lunr index when running webpack build. - ☐ Use webpack to install lunr and load it in - ☐ Use webpack to load the `search-index.json` file into the bundle. + ✔ 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 @done (6/8/2020, 3:46:32 PM) + ✔ Use webpack to load the `search-index.json` file into the bundle. @done (6/8/2020, 3:46:34 PM) Webpack: - ☐ Document and follow this tutorial: (https://www.sitepoint.com/bundle-static-site-webpack/). - ☐ Look at the chunky themes webpack.prod.js - document all the extra modules being used. - ☐ Add the lunr index build to the webpack bundle. - ☐ Include lunr in the bundle + any other modules needed for search. - ☐ Use webpack to fill a html partial for the baseof.html file (see the notes). + ✔ 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. @done (6/8/2020, 3:46:40 PM) + ✔ 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. @done (6/8/2020, 3:46:43 PM) + ✔ Use webpack to fill a html partial for the baseof.html file (see the notes). @done (6/8/2020, 3:46:45 PM) Tutorials: ☐ https://www.integralist.co.uk/posts/python-asyncio/ @@ -118,8 +118,8 @@ Tasks: This blog in general has some interesting things to look at. Restructure: - ☐ Create new theme entirely, using a fresh webpack configuration. - ☐ Move the AOS from the partials css and js into a 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. @done (6/8/2020, 3:46:52 PM) CSS: ☐ Document using a fullscreen wallpaper (front-background in _variables.scss)