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

github.com/salcan/BeyondNothing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSal Cangeloso <salcan@gmail.com>2018-06-03 05:13:10 +0300
committerSal Cangeloso <salcan@gmail.com>2018-06-03 05:13:10 +0300
commitef291ca3900c917828eaac68094f2cee6c14181b (patch)
tree03e75f3b65d5ef296467d5fed96c310d27595231
parentd143ad4fa6e4d70a12ad46c58e607c1cb401aad8 (diff)
readme again
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ea6e57..7ee7f54 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,19 @@
# BeyondNothing
-A simple Hugo theme for one-page sites. Loosely based on [salcangeloso.com](https://salcangeloso.com). \ No newline at end of file
+A simple Hugo theme for one-page sites. Loosely based on [salcangeloso.com](https://salcangeloso.com).
+
+All unnecessary elements stripped out.
+
+Ideal for use as a single page site (example, lander, etc.).
+
+Adjust the custom.css for additional styling. Normalize.css and Skeleton.css.
+
+## Clone to Your Theme Directory:
+
+ $ git clone https://github.com/salcan/beyondnothing.git themes/beyondnothing
+
+ $ hugo server --theme=BeyondNothing --buildDrafts --watch
+
+## License
+
+MIT \ No newline at end of file