From a3de698e039a1b72b6a114339b138131a4e5c28c Mon Sep 17 00:00:00 2001 From: Ana Ulin Date: Tue, 11 Sep 2018 20:26:52 -0700 Subject: Correct README basic installation instructions Also lightly clean up formatting. --- README.md | 18 ++++++++++-------- 1 file 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. -- cgit v1.2.3