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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLordMathis <namesny.matus@gmail.com>2016-09-30 13:16:03 +0300
committerLordMathis <namesny.matus@gmail.com>2016-09-30 13:16:03 +0300
commitd238ca5ff925bdc841efb27d137ef8867c0e2ebf (patch)
treed14d5ff6315baa88a85adb563f9399cc45a6d887 /README.md
parent8c20fa5e6358a4ee4c2d870340209d701d95d159 (diff)
added README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3f93328
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+# Nix
+
+Nix is a simple, minimal theme for Hugo
+
+## Usage
+
+Clone the repository to your hugo theme directory
+
+```
+mkdir themes
+cd themes
+git clone https://github.com/LordMathis/hugo-theme-nix
+```
+
+## Configuration
+
+Add these parameters to your `config.toml`:
+
+```
+[params]
+ GithubID = "your_github"
+ TwitterID = "your_twitter"
+ LinkedInID = "your_linkedin"
+ GoogleplusID = "your_googleplus"
+ FacebookID = "your_facebook"
+ SelfName = "your_name"
+ HeaderUsername = "username"
+ HeaderHostname = "hostname"
+ Email = "your_email"
+ About = "info_about_you"
+```
+
+Edit them as needed. If you don't want one of the social networks simply delete that line. `HeaderUsername` and `HeaderHostname` will be displayed in navbar on left side in the format: `HeaderUsername@HeaderHostname ~ $`
+
+## License
+
+Nix is licensed under the [MIT License](LICENSE.md)