forked from athul/archie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
58 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# Archie - Hugo theme | ||
Archie is a minimal and clean theme for hugo | ||
Archie is a minimal and clean theme for hugo with a markdown-ish UI. | ||
|
||
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) | ||
|
||
## Demo | ||
|
||
[Check the Demo](https://athul.github.io/archie/) hosted on GitHub Pages :smile: | ||
|
||
![](/images/theme.png) | ||
|
||
## 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 | ||
```bash | ||
$ 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](https://gohugo.io/overview/installing/) of Hugo. | ||
|
||
## Writing Posts | ||
Create a new `.md` file in the *content/post* folder | ||
```yml | ||
--- | ||
title: Title of the post | ||
description: | ||
date: | ||
tldr: (optional) | ||
--- | ||
``` | ||
|
||
## Credits | ||
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters