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:
authorzwbetz <zwbetz@gmail.com>2018-10-14 05:06:33 +0300
committerzwbetz <zwbetz@gmail.com>2018-10-14 05:06:33 +0300
commit2e9bbe67fb95e18989bbe3eec455e54aa23cb6a8 (patch)
tree7b88f425c32d9cb5ed3131b9dbd595bcc4f39708 /README.md
parentc0b41ac5b417b6348b41b8b0efdc605876682c54 (diff)
Rename config options
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 23ab386..41defee 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ The typical page size (if the page has no images) is under 200kb. The only other
* [Description](#description)
* [Navbar Background Color](#navbar-background-color)
* [Wrapper Max Width](#wrapper-max-width)
- * [Custom Date Format](#custom-date-format)
- * [Custom Code Style](#custom-code-style)
- * [Custom Blockquote Style](#custom-blockquote-style)
- * [Show Post Summary](#show-post-summary)
+ * [Date Format](#date-format)
+ * [Code Style](#code-style)
+ * [Blockquote Style](#blockquote-style)
+ * [Post Summary](#post-summary)
* [Google Analytics](#google-analytics)
* [Favicon Colors on Various Platforms](#favicon-colors-on-various-platforms)
* [Menu Nav](#menu-nav)
@@ -173,7 +173,7 @@ wrapperMaxWidth = "780px"
* If present, this will set the max width of the navbar and page content
* If not present, the default max width is `"800px"`
-### Custom Date Format
+### Date Format
```
customDateFormat = "Monday, January 2, 2006"
@@ -184,7 +184,7 @@ customDateFormat = "Monday, January 2, 2006"
* See below hugo docs link for a list of valid date formats
* <https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference>
-### Custom Code Style
+### Code Style
```
customCodeStyle = true
@@ -192,7 +192,7 @@ customCodeStyle = true
* Optional (but **recommended**, so that your code snippets are formatted nicely)
* If set to true, this will use custom code styles
-### Custom Blockquote Style
+### Blockquote Style
```
customBlockquoteStyle = true
@@ -201,7 +201,7 @@ customBlockquoteStyle = true
* If set to true, this will use custom blockquote styles
* See [blockquote](#blockquote)
-### Show Post Summary
+### Post Summary
```
showPostSummary = false