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:
authorRoneo.org <77257518+RoneoOrg@users.noreply.github.com>2022-09-24 11:19:49 +0300
committerGitHub <noreply@github.com>2022-09-24 11:19:49 +0300
commit52ab44a1e0b8c53a6ba0aea2191345bad3e5e534 (patch)
treef2d5ad480de5330f5ab7090ee379a777e738f0c1
parent45a82b0afec828d0b2beaa9450339a18aa45aa1f (diff)
Improve install instructionsRoneoOrg-improve-install-instructions
-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