mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
first commit
This commit is contained in:
commit
dcdde20b7c
179 changed files with 16070 additions and 0 deletions
15
exampleSite/content/docs/install-hugo/index.md
Normal file
15
exampleSite/content/docs/install-hugo/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: 'Install Hugo'
|
||||
date: 2019-02-11T19:27:37+10:00
|
||||
weight: 2
|
||||
---
|
||||
|
||||
To use this theme you will need to have Hugo installed. If you don't already have Hugo installed please follow the official [installation guide](https://gohugo.io/getting-started/installing/)
|
||||
|
||||
### Check Hugo Version
|
||||
|
||||
This theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/scss-sass/) to compile SCSS and minify assets. Please make sure you have the `Hugo Extended` version installed. If you are not using the extended version this theme will not not compile.
|
||||
|
||||
```
|
||||
hugo version
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue