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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6bcd120..49ee0b1 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,19 @@ See https://hugo-theme-beautifulhugo.netlify.app/
## Installation
- $ mkdir themes
- $ cd themes
- $ git submodule add https://github.com/halogenica/beautifulhugo.git beautifulhugo
+Install Hugo and create a new site. See [the Hugo documentation](https://gohugo.io/getting-started/quick-start/) for details.
+
+Add Beautifulhugo:
+
+ $ git submodule add https://github.com/halogenica/beautifulhugo.git themes/beautifulhugo
+
+Copy the content of `exampleSite` at the root of your project:
+
+ cp -r themes/beautifulhugo/exampleSite/* . -iv
+Start Hugo:
-See [the Hugo documentation](https://gohugo.io/themes/installing/) for more information.
+ hugo serve
## Extra Features