Credits and Instructions
This commit is contained in:
parent
232d2ed0b6
commit
05af13824e
|
@ -13,6 +13,7 @@ Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil)
|
||||||
- Google Analytics Script
|
- Google Analytics Script
|
||||||
- Callouts
|
- Callouts
|
||||||
- Tags
|
- Tags
|
||||||
|
- Auto Dark Mode(based on system theme)
|
||||||
- tl:dr; frontamatter
|
- tl:dr; frontamatter
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -26,15 +27,18 @@ Edit the `config.toml` file with `theme="archie"`
|
||||||
For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
|
For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
|
||||||
|
|
||||||
## Writing Posts
|
## Writing Posts
|
||||||
Create a new `.md` file in the *content/post* folder
|
Create a new `.md` file in the *content/posts* folder
|
||||||
```yml
|
```yml
|
||||||
---
|
---
|
||||||
title: Title of the post
|
title: Title of the post
|
||||||
description:
|
description:
|
||||||
date:
|
date:
|
||||||
tldr: (optional)
|
tldr: (optional)
|
||||||
|
draft: true/false (optional)
|
||||||
|
tags: [tag names] (optional)
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License
|
Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License
|
||||||
|
Inspired by design of blog.jse.li
|
Loading…
Reference in a new issue