explain more on hugo-extended, and sprinkle in some emojis

This commit is contained in:
kentnek 2020-06-23 03:58:30 +08:00
parent 6c7ee83f33
commit 290b843431
1 changed files with 10 additions and 3 deletions

View File

@ -4,12 +4,19 @@ A minimal blog theme built for [Hugo](https://gohugo.io/) 🍜
- An about page 👋🏻 and a blog 📝
- Blog posts can be tagged 🏷
- Mathematical notations are supported with KaTex
- Sass/SCSS for styling
- Mathematical notations are supported with KaTex 📐
- Sass/SCSS for styling
### Prerequisites
Hugo extended version (for Sass/SCSS support).
Hugo **extended version** (for Sass/SCSS support).
For macOS users, the extended version is installed by default if you use `homebrew`.
For Windows users, you can install with choco:
```
choco install hugo-extended -confirm
```
### Getting started