From 367f7b91432b5de0221e6b3a1955b693ce457fe8 Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 7 Feb 2020 10:12:00 +0100 Subject: Updated example site --- exampleSite/content/getting-started/installation.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/content/getting-started/installation.md b/exampleSite/content/getting-started/installation.md index 87cc285..a945dcb 100644 --- a/exampleSite/content/getting-started/installation.md +++ b/exampleSite/content/getting-started/installation.md @@ -10,6 +10,7 @@ Installing Ace is easy. Just install the Hugo binary, create a new site and inst ## Installing Hugo In order to run this theme, you need to install Hugo on your system. +This theme requires Hugo's extended version to support SCSS compilation, so make please sure you install the extended version. For more detailed information and other methods of installation you can visit the Hugo installation guide. There may be other ways to install Hugo that are more applicable for your project. For example, you can use the NPM package hugo-bin to include Hugo in a project that already uses NPM packages. @@ -19,6 +20,7 @@ Run the following command in your terminal to check if Hugo is installed. {{< code lang="bash" >}} hugo version {{< /code >}} +Make sure the version name mentions extended, to indicate you've installed the extended version of Hugo, which is required for this theme. ## Creating a site Create a new site *docs* (you may choose any name you want). In your projects root folder, run the following command: -- cgit v1.2.3