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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--README.md8
2 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 84db87d..864d5df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ env:
- HUGO_VERSION="0.53"
- HUGO_VERSION="0.54.0"
- HUGO_VERSION="0.55.0"
+ - HUGO_VERSION="0.56.0"
install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
diff --git a/README.md b/README.md
index 413fabc..0c29751 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,14 @@ Developer-friendly:
- [autoprefixer](https://github.com/postcss/autoprefixer): `npm install -g autoprefixer`
- [postcss-cli](https://github.com/postcss/postcss-cli):`npm install -g postcss-cli`
+Note: If you are using [Hugo as a snap app](https://snapcraft.io/hugo), the above two Node.js packages have to be [installed locally inside `exampleSite`](https://gohugo.io/hugo-pipes/postcss/).
+
+```
+cd exampleSite/
+npm install autoprefixer
+npm install postcss-cli
+```
+
## Get the theme
Run from the root of your Hugo site:
```sh