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

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Lane <git@sean.lane.sh>2019-09-18 19:27:17 +0300
committerSean Lane <git@sean.lane.sh>2019-09-18 19:27:17 +0300
commit665143071927b7247f659695bfe18f57f4d46322 (patch)
treeda21a9eac13b2b250356713cf41a78b845ddf9d8
parente2e55cda8c9442dfa5d64d32081a5e1f08bfd6eb (diff)
parent06eb554a5da83cadecf90355834476d83b02d822 (diff)
Merge branch 'master' of github.com:seanlane/gochowdown
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d083f5..2cdd370 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ A theme for [Hugo](https://gohugo.io/) based on the [Chowdown](https://github.co
## Quick Start
+0. Install Hugo with your favorite package manager, or follow their [Installation Guide](https://gohugo.io/getting-started/installing/)
+ - Note that the _extended_ version of Hugo is required since this theme needs SCSS support. At the time of writing, this is the version found by installing via [HomeBrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/hugo.rb) and the [Arch User Repository](https://www.archlinux.org/packages/community/x86_64/hugo/). If that isn't the case for your package manager, then install using `$ go install --tags extended` as documented in the Hugo Install Docs.
1. Add the repository into your Hugo Project repository as a submodule, `git submodule add https://github.com/seanlane/gochowdown.git themes/gochowdown`.
2. Configure your `config.toml` or `config.yaml`.
3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.