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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2017-11-26 08:30:53 +0300
committerGitHub <noreply@github.com>2017-11-26 08:30:53 +0300
commitf050f5829f4f839494f4e71e1ceec20090bd97de (patch)
tree3ad4de69819ce0d3f1d99df08484eb19b3fb3475 /README.md
parent0fb20ea3f6df18a463e515d3f631bdd4e60e948e (diff)
parent0c617168d82a1883f1e274cec5b5ee631957042e (diff)
Merge pull request #28 from jolexa/no-date
Add a feature to not show the date on posts/pages
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 564102a..e9b8950 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,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.