2016-09-14 15:00:42 +02:00
|
|
|
# Hugo variables
|
|
|
|
#
|
|
|
|
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
title = "Hugo Bootstrap v4 Blog"
|
2016-09-19 09:26:58 +02:00
|
|
|
theme = "hugo-theme-bootstrap4-blog"
|
2016-10-05 14:47:59 +02:00
|
|
|
# number of posts to show on home/category/tag pages (Default: 10)
|
|
|
|
paginate = 5
|
2016-09-14 15:00:42 +02:00
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
post = "/:year/:month/:title/"
|
|
|
|
page = "/:slug/"
|
|
|
|
|
|
|
|
[[menu.sidebar]]
|
|
|
|
name = "Link 1"
|
|
|
|
url = "https://example.com"
|
|
|
|
|
|
|
|
[[menu.sidebar]]
|
|
|
|
name = "Link 2"
|
|
|
|
url = "https://example.org"
|
|
|
|
|
|
|
|
# Theme variables
|
|
|
|
#
|
|
|
|
[params]
|
|
|
|
# Site author
|
|
|
|
author = "Your Name"
|
|
|
|
|
|
|
|
# Description/subtitle for homepage (can be Markdown)
|
|
|
|
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
|
|
|
|
|
|
|
|
# Format dates with Go's time formatting
|
|
|
|
date_format = "Mon Jan 02, 2006"
|
|
|
|
|
|
|
|
# verification string for Google Webmaster Tools
|
|
|
|
#google_verify_meta = "BAi57DROASu4b2mkVNA_EyUsobfA7Mq8BmSg7Rn-Zp9"
|
|
|
|
|
|
|
|
[params.sidebar]
|
|
|
|
# Hide the sidebar? (Default: false)
|
|
|
|
hide = false
|
|
|
|
|
|
|
|
# Optional about block for sidebar (can be Markdown)
|
|
|
|
about = "A simple Hugo theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog/)."
|
|
|
|
|
2016-10-05 14:48:26 +02:00
|
|
|
# How many posts to show on the sidebar (Default: 5)
|
2016-09-14 15:00:42 +02:00
|
|
|
#num_recent_posts = 2
|
2016-09-19 07:02:40 +02:00
|
|
|
|
|
|
|
[params.social]
|
|
|
|
# Optional, used for attribution in Twitter cards
|
|
|
|
# See: https://dev.twitter.com/cards/types/summary-large-image
|
|
|
|
twitter_username = "@username"
|
|
|
|
|
|
|
|
[params.sharingicons]
|
|
|
|
# Hide the sharing icons on posts? (Default: false)
|
|
|
|
hide = false
|
|
|
|
|
|
|
|
# Optionally, set any of these to false to hide them:
|
|
|
|
#facebook = true
|
|
|
|
#googleplus = true
|
|
|
|
#linkedin = true
|
|
|
|
#twitter = true
|