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

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <victoriadrake@users.noreply.github.com>2020-01-13 03:51:00 +0300
committerVictoria Drake <victoriadrake@users.noreply.github.com>2020-01-13 03:51:00 +0300
commit8f236975129bd613d21c1ad3aada77d6300e93c7 (patch)
tree0aabf31fdd23ab0f8c4c627a9244a641367199a8 /README.md
parent45bc69c9854deb51d78c71d284236b845b16e6e8 (diff)
Update requirements
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8c9eca..5038bc6 100755
--- a/README.md
+++ b/README.md
@@ -27,6 +27,19 @@ Focused on content and typography, the stylized index page is really just a list
## Quick start
+## Requirements
+- Extended version of [Hugo](https://gohugo.io/getting-started/installing/) (latest version recommended)
+- [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/).
+
+```sh
+cd exampleSite/
+npm install autoprefixer
+npm install postcss-cli
+```
+
## 1. Get the theme
Run from the root of your Hugo site: