Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-16 19:18:45 +0300
committerathul <athul8720@gmail.com>2020-04-16 19:18:45 +0300
commit05af13824e5158c270be3004f42b4b4e479552a6 (patch)
treeaf0102217aa641de1778f00f09788d741c12bb32
parent232d2ed0b61f7cf59159d731fbb50f533ee9149d (diff)
Credits and Instructions
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 528b5f6..5473732 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil)
- Google Analytics Script
- Callouts
- Tags
+- Auto Dark Mode(based on system theme)
- tl:dr; frontamatter
## 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.
## Writing Posts
-Create a new `.md` file in the *content/post* folder
+Create a new `.md` file in the *content/posts* folder
```yml
---
title: Title of the post
description:
date:
tldr: (optional)
+draft: true/false (optional)
+tags: [tag names] (optional)
---
```
## Credits
-Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License \ No newline at end of file
+Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License
+Inspired by design of blog.jse.li \ No newline at end of file