Skip to content

youniverse-zhao/my-archie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • 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/post folder

---
title: Title of the post
description:
date:
tldr: (optional)
---

Credits

Forked from Ezhil Theme and Licensed under MIT License

About

My version of a minimal Hugo Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.0%
  • HTML 46.2%
  • JavaScript 3.8%