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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgizak <gizak@icloud.com>2015-01-09 02:38:01 +0300
committergizak <gizak@icloud.com>2015-01-09 02:38:01 +0300
commitd7924e3a7b87518781acfb2f0c2ed0be05f12c16 (patch)
tree143de07e2277ca7de5431d1d46bd4a18e18de833
parent166f38d6159e6772d877ba14301011bc74345dcd (diff)
Fix theme.toml
-rw-r--r--README.md2
-rw-r--r--theme.toml13
2 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7b2a94d..64d0a2b 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,6 @@ copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
```
-All your personal information is in `author` section. it also support SNS link including github, twitter, linkedin, facebook (just fill in your user id).
+All your personal information is in `author` section. it also support SNS links including github, twitter, linkedin, facebook (just fill in your user id).
### You are ready to go!
diff --git a/theme.toml b/theme.toml
index ed53b9c..637f3e8 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,9 @@
-author = ""
-description = ""
+author = "gizak"
+description = "a distraction-free hugo theme"
license = "MIT"
-name = "asitis"
-source_repo = ""
-tags = ["", ""]
+name = "nofancy"
+source_repo = "https://github.com/gizak/nofancy"
+tags = ["blog", "distraction-free"]
+
+[author]
+ name = "Zack Guo"