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

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhe Zhang <neomana@gmail.com>2017-04-30 15:03:38 +0300
committerZhe Zhang <neomana@gmail.com>2017-04-30 15:03:38 +0300
commit02e3beb96bb20089a024d7cfba88f80873ae2214 (patch)
tree0c62c1878286345d86aa49fcc1c11e85e0625343
parente213ea0d886204feb52a481ee5c884ca6d241022 (diff)
Added how-to in README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea99f28..78ec467 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,11 @@ Working v2 branch. This is not the final theme yet.
This repo contains the demo site content and the Slim theme. It is quite easy for us to develop the theme.
We need Hugo to serve the site and Webpack to develop the theme.
+
+## How to
+
+1. Clone this repo and switch to `v2` branch
+1. `npm install` or `yarn` to add dev dependencies
+1. `hugo server` to serve the site
+1. `webpack` to watch and build css and js
+1. Modify the files in `src` and see the changes \ No newline at end of file