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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2017-12-15 17:26:46 +0300
committerZack Scholl <zack.scholl@gmail.com>2017-12-15 17:26:46 +0300
commit37444e23c30c2897a78e0b740d78063d77a7758a (patch)
tree390983c1a403139735fda06ac568e87aba8b7b71
parent38b240f32c48443243e7ef56073bdfcc96161a8d (diff)
Update
-rwxr-xr-xREADME.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d95d9b..7e4ce5e 100755
--- a/README.md
+++ b/README.md
@@ -24,12 +24,15 @@ Add these parameters to your configuration file:
[params]
twitter = "yakczar"
navigation = ["about.md"]
+ style = ""
```
The `twitter` parameter will put a footer on your pages on how to contact you (with the subject being the page URL) to comment on the page.
The `navigation` parameter will pick which pages to list at the top bar. I'm aware that the template HTML could just loop through the pages, but I've found that this method is 120x faster, which is useful when you have thousands of posts.
+The `style` parameter can be changed to `"2"` or `"3"` to use different styles.
+
# License
MIT