Merge pull request #39 from kentnek/kent-add-docs-hugo-extended

This commit is contained in:
Jake Wiesler 2020-06-22 16:12:30 -04:00 committed by GitHub
commit 3f3dfbfb6a
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