2016-09-14 15:00:42 +02:00
# Hugo variables
2016-11-17 11:04:14 +01:00
#
2016-10-19 18:03:41 +02:00
baseurl = "https://example.org/"
2016-09-14 15:00:42 +02:00
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
2020-01-23 03:59:19 +01:00
# number of words to use for summary on home/category/tag pages (Default: 70)
summaryLength = 50
2016-10-09 12:46:41 +02:00
# optionally override the site's footer with custom copyright text
# copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
2016-10-15 04:13:01 +02:00
#googleAnalytics = "UA-123-45"
2016-11-06 21:58:04 +01:00
#disqusShortname = "XYW"
2016-09-14 15:00:42 +02:00
[ permalinks ]
2019-10-27 20:37:34 +01:00
posts = "/:year/:month/:title/"
2016-09-14 15:00:42 +02:00
page = "/:slug/"
[ [ menu . sidebar ] ]
name = "Link 1"
url = "https://example.com"
[ [ menu . sidebar ] ]
name = "Link 2"
url = "https://example.org"
2016-11-17 11:04:14 +01:00
#[[menu.navbar]]
# name = "Link 1"
# url = "https://example.org"
2016-09-14 15:00:42 +02:00
# 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."
2018-08-25 17:11:15 +02:00
# Show header (default: true)
#header_visible = true
2016-09-14 15:00:42 +02:00
# 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"
2016-10-08 16:40:45 +02:00
# verification string for Bing Webmaster Tools
#bing_verify_meta = "3DA353059F945D1AA256B1CD8A3DA847"
# verification string for Yandex Webmaster Tools
#yandex_verify_meta = "66b077430f35f04a"
2016-11-13 13:15:01 +01:00
# Optionally display a message about the site's use of cookies, which may be
# required for your site in the European Union. Set the parameter below to a
# page where the user can get more information about cookies, either on your
# site or externally, for example:
#cookie_consent_info_url = "/cookie-information/"
#cookie_consent_info_url = "http://cookiesandyou.com"
2017-01-21 18:28:38 +01:00
# show sharing icons on pages/posts (default: true)
#sharingicons = true
2017-04-03 05:54:42 +02:00
# Display post summaries instead of content in list templates (default: true)
2017-04-04 11:47:43 +02:00
#truncate = true
2017-04-03 05:54:42 +02:00
2017-04-12 20:40:53 +02:00
# Disable the use of sub-resource integrity on CSS/JS assets (default: false)
# Useful if you're using a CDN or other host where you can't control cache headers
#disable_sri = false
2016-09-14 15:00:42 +02:00
[ params . sidebar ]
# 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 ]
2017-01-23 13:58:29 +01:00
# Optional, used for attribution in Twitter cards (ideally not a person
# for example: nytimes, flickr, NatGeo, etc).
2016-09-19 07:02:40 +02:00
# See: https://dev.twitter.com/cards/types/summary-large-image
2016-10-15 05:18:52 +02:00
twitter = "username"
2016-09-19 07:02:40 +02:00
2016-10-11 15:57:07 +02:00
# Default content language for Hugo 0.17's multilingual support (default is "en")
# See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md
#DefaultContentLanguage = "en"
# Languages to render
#[languages.en]
#[languages.bg]
2020-03-22 14:28:33 +01:00
# Bulgarian date format is dd.mm.yyyy
#date_format = "02.01.2006"
2016-11-24 13:33:56 +01:00
# vim: ts=2 sw=2 et