Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2019-07-22 12:46:59 +0300
committerSebastian Pech <windows@spech.de>2019-07-22 12:46:59 +0300
commitc3bec504f662e0eb8cb5e282f890e49259d07129 (patch)
tree2f74bcd6af3de7b6b2e5f3dbd9a92ff36a0b7f82 /README.md
parentd56c131f1d731bd7658bd92582d2ed4ff976cba1 (diff)
assets and docu
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index df699af..47d6902 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,11 @@ You can get a zip of the latest version of the theme from the [home page](https:
Most settings should be done with hugo specific variables. There are only a few (optional) additional `[params]`.
-* `startPageColumns = true` will show the start page in a Masonry-like mode.
+* `startPageColumns = true` will show the start page in grouped lists
+
+![startPageColumns = false](https://raw.githubusercontent.com/spech66/bootstrap-bp-hugo-startpage/master/images/screenshot.png)
+
+![startPageColumns = true](https://raw.githubusercontent.com/spech66/bootstrap-bp-hugo-startpage/master/images/screenshot2.png).
## Google Analytics
@@ -50,3 +54,13 @@ title = "My hugo site"
[params]
description = "Text about the site"
```
+
+## Sources
+
+* Background image by [Mikael Gustafsson](https://www.artstation.com/artwork/Y2Wew)
+
+Inspired by:
+
+* [Reddit - r/startpages](https://www.reddit.com/r/startpages/)
+* [Github - 0-Tikaro - Minimum Viable Startpage](https://github.com/0-Tikaro/minimum-viable-startpage), Searchbox code
+* [Github - ViktorKare - startpage](https://github.com/ViktorKare/startpage)