README.md (view raw)
1# Archie - Hugo theme
2Archie is a minimal and clean theme for hugo with a markdown-ish UI.
3
4Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil)
5
6## Demo
7
8[Check the Demo](https://athul.github.io/archie/) hosted on GitHub Pages :smile:
9
10![](/images/theme.png)
11![](/images/archie-dark.png)
12## Feature
13- Google Analytics Script
14- Callouts
15- Tags
16- Auto Dark Mode(based on system theme)
17- tl:dr; frontamatter
18
19## Installation
20In your Hugo website directory, create a new folder named theme and clone the repo
21```bash
22$ mkdir themes
23$ cd themes
24$ git clone https://github.com/athul/archie.git
25```
26Edit the `config.toml` file with `theme="archie"`
27For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
28
29## Writing Posts
30Create a new `.md` file in the *content/posts* folder
31```yml
32---
33title: Title of the post
34description:
35date:
36tldr: (optional)
37draft: true/false (optional)
38tags: [tag names] (optional)
39---
40```
41
42## Credits
43Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License
44Inspired by design of blog.jse.li