Archie is a minimal and clean theme for hugo with a markdown-ish UI.
Forked from Ezhil Theme
Check the Demo hosted on GitHub Pages 😄
- Google Analytics Script
- Callouts
- Tags
- tl:dr; frontamatter
In your Hugo website directory, create a new folder named theme and clone the repo
$ mkdir themes
$ cd themes
$ git clone https://github.com/athul/archie.git
Edit the config.toml
file with theme="archie"
For more information read the official setup guide of Hugo.
Create a new .md
file in the content/post folder
---
title: Title of the post
description:
date:
tldr: (optional)
---
Forked from Ezhil Theme and Licensed under MIT License