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-gh <37317628+zwbetz-gh@users.noreply.github.com>2019-02-18 21:48:19 +0300
committerGitHub <noreply@github.com>2019-02-18 21:48:19 +0300
commitf95ee053ca061faf3e212efda1d60a9297b6ef5e (patch)
tree9ecada2c63e751dc54fcbd77ccfbabaa7df53227
parent8a6bfd8c6279249e492bf36f745d3c4df2b7b17b (diff)
README fixes
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5b244a1..f882783 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ A minimal hugo theme made with bootstrap that focuses on content readability.
- [Installation](#installation)
- [Updating](#updating)
- [Run example site](#run-example-site)
-- [Blog post folder](#blog-post-folder)
- [Configuration](#configuration)
+- [Blog post folder](#blog-post-folder)
- [Favicons](#favicons)
- [Override](#override)
- [Homepage example](#homepage-example)
@@ -51,21 +51,21 @@ git submodule update --remote --merge
## Run example site
-From the root of `themes/cupper-hugo-theme/exampleSite`:
+From the root of `themes/minimal-bootstrap-hugo-theme/exampleSite`:
```
hugo server --themesDir ../..
```
-## Blog post folder
+## Configuration
-This theme expects your _posts_ to be under the `post` folder.
+Copy the `config.toml` from the [`exampleSite`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/tree/master/exampleSite), then edit as desired.
-If you want to use a different folder, then override the [`post-list.html`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/blob/master/layouts/partials/post-list.html) partial and replace `post` with the name of your folder.
+## Blog post folder
-## Configuration
+This theme expects your _posts_ to be under the `post` folder.
-Copy the `config.toml` from the [`exampleSite`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/tree/master/exampleSite), then edit as desired.
+If you want to use a different folder, then override the [`post-list.html`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/blob/master/layouts/partials/post-list.html) partial and replace `post` with the name of your folder.
## Favicons