all repos — archie @ a8fce7c6f47b105f9b729be4d4a4e8010aae34cd

A minimal Hugo Theme

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
12## Feature
13- Google Analytics Script
14- Callouts
15- Tags
16- tl:dr; frontamatter
17
18## Installation
19In your Hugo website directory, create a new folder named theme and clone the repo
20```bash
21$ mkdir themes
22$ cd themes
23$ git clone https://github.com/athul/archie.git
24```
25Edit the `config.toml` file with `theme="archie"`
26For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
27
28## Writing Posts
29Create a new `.md` file in the *content/post* folder
30```yml
31---
32title: Title of the post
33description:
34date:
35tldr: (optional)
36---
37```
38
39## Credits
40Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License