From e7c62815e13bda5c0769e988d05346aeb6dbd2f8 Mon Sep 17 00:00:00 2001 From: igor Date: Wed, 23 Jun 2021 10:23:03 +0200 Subject: Fix install --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: ## 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 -- cgit v1.2.3