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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-10-16 21:23:28 +0300
committerZachary Betz <zwbetz@gmail.com>2018-10-16 21:23:28 +0300
commitf06ecc1e97f1372f0229b95edb6ccda0597bce43 (patch)
treeaf46481995bfb2b264700d6ee173e94efccc7e55 /README.md
parenta0556fb6df35175ad027ae13469173484f4dc0d4 (diff)
Update default config options
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8dc3f29..9384abf 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ pygmentsStyle = "pygments"
navbarLinkColor = "rgba(255, 255, 255, 0.75)"
navbarLinkHoverColor = "rgba(255, 255, 255, 1)"
wrapperMaxWidth = "800px"
- customDateFormat = "Monday, January 2, 2006"
+ customDateFormat = "January 2, 2006"
customCodeStyle = true
customBlockquoteStyle = true
showPostSummary = false
@@ -247,16 +247,16 @@ wrapperMaxWidth = "800px"
```
* Optional
* If present, this will set the max width of the navbar and page content
-* If not present, the default max width is `"800px"`
+* If not present, the default max width is `800px`
### Date Format
```
-customDateFormat = "Monday, January 2, 2006"
+customDateFormat = "January 2, 2006"
```
* Optional
* If present, this will set the date format on your homepage and posts
-* If not present, the default date format is `"January 2, 2006"`
+* If not present, the default date format is `January 2, 2006`
* See the [hugo docs for a list of valid date formats](https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference)
### Code Style