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:
Diffstat (limited to '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.