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-01-28 18:09:07 +0300
committerGitHub <noreply@github.com>2019-01-28 18:09:07 +0300
commitbf14a0fd5c24918cc508e274e6dc342dc43b6952 (patch)
tree6e23ccc33115175da9c5bb8c05685b2a35292e75
parentfc4c822ca7239e7bd5fef83e98aae376c757fada (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 946d37c..ed16ab3 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,9 @@ If you downloaded a zip to install the theme, just do those installation steps a
## Example Site Layout
-This theme expects your _posts_ to be under the `post` folder.
+This theme expects your _posts_ to be under the `post` folder.
+
+If you want to use a different folder, then override the `post-list.html` partial and replace `post` with the name of your folder.
```
│ config.toml
@@ -90,8 +92,6 @@ This theme expects your _posts_ to be under the `post` folder.
│ migrate-from-jekyll.md
```
-Also see the [`exampleSite`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/tree/master/exampleSite) layout.
-
## Configuration
Copy the `config.toml` from the [`exampleSite`](https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme/tree/master/exampleSite), then edit as desired.