Credits and Instructions
athul athul8720@gmail.com
Thu, 16 Apr 2020 21:48:45 +0530
1 files changed,
6 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -13,6 +13,7 @@ ## Feature
- 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 +Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil) and Licensed under MIT License +Inspired by design of blog.jse.li