Updating documentation
This commit is contained in:
26
tasks.todo
26
tasks.todo
@@ -39,6 +39,18 @@ Tasks:
|
||||
☐ Use the envanto website layouts (whole static themes) to find suitable wallpaper for a post page.
|
||||
☐ Add tags to front page cards
|
||||
☐ 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)
|
||||
Notes:
|
||||
☐ Change the bootstrap variables above to the font-family you want to use.
|
||||
☐ Create a new font-family with all the weights/types you want in the css
|
||||
☐ 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.
|
||||
☐ 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.
|
||||
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
|
||||
|
||||
|
||||
Sidebar:
|
||||
☐ Add a table of contents to the side.
|
||||
@@ -68,11 +80,11 @@ Tasks:
|
||||
☐ https://www.netlify.com/blog/2018/07/24/hugo-tips-how-to-create-author-pages/
|
||||
|
||||
SEO:
|
||||
☐ Document + Set all metadata using https://www.skcript.com/svr/perfect-seo-meta-tags-with-hugo/
|
||||
☐ Change the manifest.json
|
||||
☐ Set the favicon and apple-touch-icons
|
||||
☐ Fix the structured data
|
||||
☐ Finish the metadata + document
|
||||
✔ Document + Set all metadata using https://www.skcript.com/svr/perfect-seo-meta-tags-with-hugo/ @done (5/16/2020, 3:48:59 AM)
|
||||
✔ Change the manifest.json @done (5/16/2020, 3:49:00 AM)
|
||||
✔ Set the favicon and apple-touch-icons @done (5/16/2020, 3:49:01 AM)
|
||||
✔ Fix the structured data @done (5/16/2020, 3:49:02 AM)
|
||||
✔ Finish the metadata + document @done (5/16/2020, 3:49:03 AM)
|
||||
☐ Create social media accounts for the site and add to structured data + config.toml
|
||||
|
||||
CI:
|
||||
@@ -102,3 +114,7 @@ Tasks:
|
||||
☐ https://www.integralist.co.uk/posts/python-asyncio/
|
||||
Notes:
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user