Minimalistic blog with notes about Web made with HUGO and Github Pages.
Forked from Archie Theme
URL: (https://lunkow.github.io/hugo-blog/)
- Google Analytics Script
- Callouts
- Tags
- Auto Dark Mode(based on system theme)
- Dark/Light Mode toggle
- tl:dr; frontamatter
- Cache busting for CSS files
- Disqus Comments
Create a new .md
file in the content/posts folder
---
title: Title of the post
description:
date:
tldr: (optional)
draft: true/false (optional)
tags: [tag names] (optional)
---
Custom CSS files can be included though the customcss
config parameter.
Note: CSS files should be placed under the assets
directory e.g. assets/css/first.css
.
[params]
customcss = ["css/first.css", "css/second.css"]
Update Home Page content, social linksSet Disqurs commentsUpdate Google Tag Manager- Update posts and remove old ones