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

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorigor <ilaborie@gmail.com>2021-06-23 11:23:03 +0300
committerGitHub <noreply@github.com>2021-06-23 11:23:03 +0300
commite7c62815e13bda5c0769e988d05346aeb6dbd2f8 (patch)
tree51fcaffd1588bab0916c5709c7344984b9bb40ce
parent29e4052973895abbc716f712c760f90d384e19d2 (diff)
Fix install
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53ced4e..90033b9 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ See a real usage here: <https://2019.devfesttoulouse.fr/>
## Building my conference site from scratch
+Note that requires the [Node](https://nodejs.org/en/) toolchains
+
1. Install [Hugo](https://gohugo.io)
2. Create a new site by running:
@@ -16,6 +18,11 @@ hugo new site my-conf
cd my-conf
mkdir themes
git submodule add https://github.com/GDGToulouse/devfest-theme-hugo.git themes/devfest-theme-hugo
+
+pushd themes/devfest-theme-hugo
+npm install
+npm run build
+popd
```
3. Then edit your `config.toml` file with