Fork of https://github.com/athul/archie with the goal to self-host everything (including js)
Go to file
athul 280b262a71 Added Dark mode Image 2020-04-16 23:00:30 +05:30
archetypes Init 2020-04-09 00:14:29 +05:30
exampleSite Add Auto mode in Config.toml of examplSite 2020-04-16 22:43:01 +05:30
images Added Dark mode Image 2020-04-16 23:00:30 +05:30
layouts Dark Mode Support 2020-04-16 12:50:38 +05:30
static Update tag background color 2020-04-16 21:32:51 +05:30
LICENSE Init 2020-04-09 00:14:29 +05:30
README.md Added Dark mode Image 2020-04-16 23:00:30 +05:30
theme.toml Update tag background color 2020-04-16 21:32:51 +05:30

README.md

Archie - Hugo theme

Archie is a minimal and clean theme for hugo with a markdown-ish UI.

Forked from Ezhil Theme

Demo

Check the Demo hosted on GitHub Pages 😄

Feature

  • Google Analytics Script
  • Callouts
  • Tags
  • Auto Dark Mode(based on system theme)
  • tl:dr; frontamatter

Installation

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.

Writing Posts

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)
---

Credits

Forked from Ezhil Theme and Licensed under MIT License Inspired by design of blog.jse.li