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>2019-01-27 23:02:33 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-27 23:02:33 +0300
commitfc4c822ca7239e7bd5fef83e98aae376c757fada (patch)
treed02255743f4ccdde820cc5f3c502aae543f493d8
parent0f3773a551028449610021127917924908be8bd7 (diff)
Cleanup readme
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 663070d..946d37c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@ Demos:
* [Installation Options](#installation-options)
* [Add it as a Git Submodule](#add-it-as-a-git-submodule)
* [Download a Zip and Unzip it](#download-a-zip-and-unzip-it)
- * [Update the Config File after Installing](#update-the-config-file-after-installing)
* [Update Options](#update-options)
* [Git Submodule](#git-submodule)
* [Zip](#zip)
@@ -63,14 +62,6 @@ This theme requires hugo version `0.48` or above. Take a look at the [hugo relea
1. Unzip it into `YOUR_SITE/themes/`
1. Once unzipped, it will be named `minimal-bootstrap-hugo-theme-master`. Rename it to `minimal-bootstrap-hugo-theme`
-### Update the Config File after Installing
-
-Once installed, add this line to your `config.toml`:
-
-```
-theme = "minimal-bootstrap-hugo-theme"
-```
-
## Update Options
### Git Submodule
@@ -132,7 +123,7 @@ You can change the position, layout, color palette, "Learn more" link, complianc
## Syntax Highlighting
-Hugo has built-in syntax highlighting, provided by Chroma. To use it, add these lines to your `config.toml`:
+Hugo has built-in syntax highlighting, provided by Chroma. To use it, add these lines to your `config.toml` right after the `theme` line:
```
pygmentsCodefences = true