Jughead is a minimal theme for Hugo with a markdown-ish look.
Combination of Archie Theme and Gruvbox Theme
TODO: Create a demo.
- Automatic Dark Mode (based on system settings)
In your Hugo website directory, create a new folder named theme and clone the repo
$ mkdir themes
$ cd themes
$ git clone https://github.com/georgehosono/jughead.gitEdit the config.toml file with theme="jughead"
For more information read the official setup guide of Hugo.
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)
---Forked from Archie Theme and Licensed under MIT License
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"]- Load fonts from a CDN
- Move to prism code highlighting