Commit Graph

29 Commits

Author SHA1 Message Date
Alan Orth ce89342827
exampleSite/config.toml: Show how to override date format 2020-03-22 15:28:33 +02:00
xekon 5c3ffa7868 add summaryLength to example config, for faster learning and prototyping. 2020-01-23 20:01:05 +02:00
Alan Orth 41c88a200f
Move content/post to content/posts
This aligns closer to the Hugo Quick Start.

See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/117
See: https://gohugo.io/getting-started/quick-start/#step-4-add-some-content
2019-10-28 13:07:18 +02:00
Sean Boots 9d6d5f21c0
Update config.toml
Small fix to correctly set the posts permalink setting
2019-10-27 12:37:34 -07:00
Cosmin Humeniuc 4721b523ca
Added 'header_visible' parameter to allow switching off the header. 2018-08-29 12:23:54 +03:00
Alan Orth 74b3b2bfd8
exampleSite/config.toml: Remove custom_navbar
Now users should just use the "navbar" menu directly via the site's
config or page frontmatter. This is a result of switching to Hugo's
newish .Site.Params.mainSections slice.
2018-03-09 18:03:26 +02:00
Frank Tegtmeyer 85924be657 Configurable keywords for blog posts. 2018-02-02 11:56:44 +01:00
Alan Orth 90541bf8ff
exampleSite/config.toml: Document disable_sri option 2017-04-12 21:40:53 +03:00
Alan Orth 920e5a78b4
exampleSite/config.toml: Remove extra whitespace 2017-04-04 12:47:43 +03:00
Mike Lococo 2e5eef29a6 Add option to control post truncation. 2017-04-04 12:45:11 +03:00
Alan Orth d22b29567a
exampleSite/config.toml: Add comments to twitter option 2017-01-23 14:58:29 +02:00
Alan Orth 9418abfdea
exampleSite/config.toml: Adjust sharing icon setting 2017-01-21 19:28:38 +02:00
DeedleFake 663f3db2a0 Add Vim Modeline Comments to Files (#18)
* Add Vim modeline comments to all relevent template files.

* Add Vim modeline comments to a few other files.

* Move modeline comments inside the template definitions in list and single.

For some odd reason, putting them outside breaks the page generation.

* Use template comments for modeline comments in templates.

* Fix form 2 modelines.
2016-11-24 14:33:56 +02:00
Rassie Smit aa7bd11522 Add custom navbar support
- default behaviour is backward compatible: all non-post pages
- optionally enable custom navbar using hugo menu functionality
2016-11-17 10:04:14 +00:00
Alan Orth 043f66a4d0
exampleSite/config.toml: Add parameter for cookie consent 2016-11-13 14:15:01 +02:00
Alan Orth b23a4b13a9
exampleSite/config.toml: Add note about Disqus comments 2016-11-06 22:58:04 +02:00
Alan Orth b6b7655cc2
Add .gitkeep placeholder file to static directory 2016-10-21 12:01:25 -07:00
Alan Orth e721e3f542
exampleSite/config.toml: Use safe baseURL for example
Apparently a scammer has registered this other domain and has some
malware, ads, etc on it. There is a GitHub issue tracking this and
recommends changing the example baseURL to something safer.

See: https://github.com/spf13/hugoThemes/issues/171
2016-10-19 09:03:41 -07:00
Alan Orth fa400b914c
exampleSite/config.toml: Remove sidebar hiding option
It doesn't work, so having it in the example config is misleading.
2016-10-18 23:10:20 -04:00
Alan Orth de403cabd4
exampleSite/config.toml: Update options 2016-10-14 23:18:52 -04:00
Alan Orth 8f640f4c9b
exampleSite/config.toml: Add Google Analytics example 2016-10-14 22:13:28 -04:00
Alan Orth 7272253613
exampleSite/config.toml: Add multilingual options to example config 2016-10-11 16:57:07 +03:00
Alan Orth ab2e5a1c5d
exampleSite/config.toml: Add copyright example 2016-10-09 13:46:41 +03:00
Alan Orth 2eb07f4238
exampleSite/config.toml: Add verification options for Bing and Yandex 2016-10-08 17:40:45 +03:00
Alan Orth f737a75746
exampleSite/config.toml: Fix comment 2016-10-05 15:48:26 +03:00
Alan Orth 2bf45d6bec
exampleSite/config.toml: Update for pagination change 2016-10-05 15:47:59 +03:00
Alan Orth b1db1f9637
Change theme name to "hugo-theme-bootstrap4-blog"
This reflects the target usage better, and pays homage to the fact
that it was based on the Bootstrap v4 Alpha blogging example:

http://v4-alpha.getbootstrap.com/examples/blog/
2016-09-19 10:27:28 +03:00
Alan Orth 4e4d20dce1
exampleSite/config.toml: Update config options for new features 2016-09-19 08:02:40 +03:00
Alan Orth d62ecc6f1e
Add exampleSite with config showing theme's options 2016-09-14 16:00:42 +03:00