develop #2

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

View File

@@ -2,13 +2,15 @@ baseURL = "http://127.0.0.1:6060"
title = "panaetius.io" title = "panaetius.io"
# theme = "panaetius-chunky-theme" # theme = "panaetius-chunky-theme"
theme = ["hugo-notice-admonition", "panaetius-theme"] theme = ["hugo-notice-admonition", "panaetius-theme"]
paginate = 2 paginate = 1
languageCode = "en" languageCode = "en"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
enableInlineShortcodes = true enableInlineShortcodes = true
footnoteReturnLinkContents = "^" footnoteReturnLinkContents = "^"
description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home." description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home."
[permalinks]
post = "/:year/:month/:slug/"
[languages] [languages]

View File

@@ -1,10 +1,18 @@
Projects: Projects:
☐ Fix the navbar on mobile. ☐ Fix the navbar on mobile.
☐ Change text on homepage on mobile. ☐ Change text on homepage on mobile.
CSS:
☐ Document using transition.
Hugo:
☐ Document pagination
Notes:
☐ Link <https://glennmccomb.com/articles/how-to-build-custom-hugo-pagination/> and <https://gohugo.io/templates/pagination/>.
☐ Link to git
Images: Images:
Add random animal image to corner of card. Add random animal image to corner of card. @done (6/9/2020, 1:18:32 PM)
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.
@@ -13,14 +21,16 @@ Projects:
☐ Another layout for cards (https://codewithhugo.com) ☐ Another layout for cards (https://codewithhugo.com)
Misc: Misc:
Add social metadata Create archetypes for posts.
☐ Create own admonitions with shortcode with custom animal themeing. ☐ Configure pagination for homepage.
✔ 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: Custom layout:
Use the envanto website layouts (whole static themes) to find suitable wallpaper for a post page. 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
☐ 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) @done (6/9/2020, 1:27:33 PM)
Content: Content: