A theme for Hugo static site generator
loosly based on:
- Activello theme by ColorLib.com
- blog theme from Bootstrap
Special thanks to the following websites/blogposts:
- Realfavicongenerator.net for generating favico's and head-html.
- Hugo Easy Gallery by Li-Wen Yip
- Hugo Page Resources by Regis Philibert
- How to create a full-page hero image (HTML & CSS) by Ethan
#TODO
- Fix social media metadata when no Page Resource are present (see TODO in partial head.html)
- Apply How to load web fonts to avoid performance issues and speed up page loading
- Add widget newest comments
- Replace img-alt with figcaption-tag
- Add widget newest posts
- Add archive pages and update Archive-widget
- Add (client side) search functionality
- Add related content
- Add share on social media links
- Update links in Social Media widget
- Display categories on single blog page
- Add widget categories
- Add widget subscribe to this blog
- Add translations using i18n like hugo-universal-theme
- Add privacy policy
- Add cookie consent
- Add scroll-to-top button on bottom-right of every page
- Add roles to html-elements
- Remove https://www.google.com/recaptcha/api.js from List.html scriptblock (only needed for single.html)
- Add Gulp + Webpack using Victor Hugo (alsof checkout deployment to Netlify)
- Add minimal config.toml settings to readme
- When multiple posts on the home-page contain a gallery, only shown images from one post in PhotoSwipe after clicking on a image
- Add notify me support for comments
- Fix post-comment to static-comments-to-git when javascript is disabled (form-submit button redirects page to Azure Functions). This works in StaticMan.
- Implement Facebook rectangular gallery style image gallery
- Add Disqus comments
-
Add post banner -
Add homepage content (instead of /posts) -
Disable featured posts -
Disable categories on list-page -
Hide subscribe link on list-page -
Change blog title on list-page and add subtitle -
Replace big featured post with image slider (flexslider) -
Display categories in list above blog-items (works as a nice seperator between items) -
Change fonts to match Activello theme -
Add RSS feed (also in widget) -
Add comments (extract from wordpress-export.xml) -
Fix Javascript error on Index-page in Staticman.js on line 9: Uncaught TypeError: Cannot set property 'disabled' of null -
Fix time below comments (no seperator between minutes and seconds) -
Add favicon.ico to prevent 404 error in Chrome -
Add website ico and Apple ico to head -
Add post image gallery (extract from wordpress-export.xml) using Hugo Easy Gallery -
Move banner property in frontend-matter to resources -
Resize banner using Hugo image processing -
Fix hiding gallery titles when multiple rows and last row contains less than 3 images -
Fix clicking on image in gallery on page/2 and onwards (only works on home-page now) -
Fix comments when using Hugo Page Resource (no comments are visible) -
Hide posts with 'draft: true' -
Update 404.html page -
Add comment-count below blogs on list-page -
Add post new comment form -
Enable reply to comment button besides comments -
Add form-loading elements to post-comment -
Improve layout post-comment below post and response (dialog) after submitted comment -
Fix that replies on replies on comments are actually rendered -
Remove Hugo warning: Page's .Next is deprecated and will be removed in a future release. Use .PrevPage (yes, not .NextPage). -
Remove Hugo warning: Page's .Prev is deprecated and will be removed in a future release. Use .NextPage (yes, not .PrevPage) -
Add Hugo Twitter Cards support -
Add Hugo Facebook OpenGraph tags -
Upgrade to Hugo 0.53 extended (change powershell scripts to generate and run hugo)