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

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <jolexa@jolexa.net>2015-12-27 04:13:53 +0300
committerJeremy Olexa <jolexa@jolexa.net>2015-12-27 04:13:53 +0300
commit0c617168d82a1883f1e274cec5b5ee631957042e (patch)
tree6340692390b9da432e2d07134681164e0eeb23ee
parent25cd88f15fefe6e0bcf5694e70af609a0f54d2a2 (diff)
Update README
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0aa13c7..a87af61 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,13 @@ copyright = "&copy; Copyright notice"
themecolor = "#hexcolor" # Defines the tab color in Chrome for Android.
```
+You may specify following options in `front matter` of your posts to make use of
+this theme's features.
+
+```toml
+noshowdate = true # This will ensure that the date is not printed
+```
+
## Usage
Use hugo's `-t vienna` or `--theme=vienna` option with hugo commands.