From fc4c822ca7239e7bd5fef83e98aae376c757fada Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Sun, 27 Jan 2019 14:02:33 -0600 Subject: Cleanup readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3