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

github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStraightfwd Websites <howard@straightfwd.co.uk>2019-04-27 20:28:17 +0300
committerGitHub <noreply@github.com>2019-04-27 20:28:17 +0300
commitab484c29b549147b7ae932ed010054c06addd245 (patch)
tree3953b813476f9e7c2b00d38a290e701bd73924fb
parent730ca9a4a0cf0f2f550645b540f412c0a21730d9 (diff)
parenta3de698e039a1b72b6a114339b138131a4e5c28c (diff)
Merge pull request #3 from anaulin/patch-1
Correct README basic installation instructions
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7a74972..2ca55b6 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,18 @@
---Hugo Foundation
+# Hugo Foundation Theme
A barebones theme for Hugo using foundation 6.
-- To Install
+## To Install
-Download and install current Hugo binary as specified on the Hugo Docs website
-run
+Download and install current Hugo binary as specified on the Hugo Docs website. Run:
+```bash
$ hugo new site example
+```
-then in your themes dir run
+Then in your themes dir run
+```bash
+ $ git clone https://github.com/hdcdstr8fwd/foundation-theme
+```
- $ https://github.com/hdcdstr8fwd/foundation-theme
-
-Use the config.toml in the themes/examplesite to understand how to configure and use this theme.
+Use the `config.toml` in the themes/examplesite to understand how to configure and use this theme.