Add initial test site
This commit is contained in:
66
config.toml
Normal file
66
config.toml
Normal file
@ -0,0 +1,66 @@
|
||||
title="English Bulgaria"
|
||||
baseURL="https://dev.englishbulgaria.net/"
|
||||
#theme=["hugo-theme-bootstrap5-blog", "hugo-snap-gallery"]
|
||||
theme=["hugo-theme-bootstrap5-blog", "hugo-video"]
|
||||
enableRobotsTXT = true
|
||||
# number of posts to show on home/category/tag pages (Default: 10)
|
||||
paginate = 3
|
||||
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/)."
|
||||
#enableGitInfo = true
|
||||
|
||||
#[imaging]
|
||||
# Default resample filter used for resizing. Default is Box,
|
||||
# a simple and fast averaging filter appropriate for downscaling.
|
||||
# See https://github.com/disintegration/imaging
|
||||
#resampleFilter = "CatmullRom"
|
||||
#
|
||||
# Default JPEG quality setting. Default is 75.
|
||||
#quality = 82
|
||||
|
||||
[permalinks]
|
||||
posts = "/:year/:month/:slug/"
|
||||
page = "/:slug/"
|
||||
|
||||
[params]
|
||||
# Site author
|
||||
author = "Alan Orth"
|
||||
|
||||
# Description/subtitle for homepage (can be Markdown)
|
||||
description = "Life in the Balkans... in English! "
|
||||
|
||||
# Format dates with Go's time formatting
|
||||
date_format = "Mon Jan 02, 2006"
|
||||
|
||||
# verification string for Google Webmaster Tools
|
||||
google_verify_meta = "DDjjsgQkHNfTs0c7eNhK9cLOKICiG4UV4S25Y08LTZU"
|
||||
|
||||
# verification string for Bing Webmaster Tools
|
||||
bing_verify_meta = "2CA373095D945D1AA256B1CD8A3DF872"
|
||||
|
||||
# verification string for Yandex Webmaster Tools
|
||||
yandex_verify_meta = "4da8e13ffdc83261"
|
||||
|
||||
[params.sidebar]
|
||||
# Optional about block for sidebar (can be Markdown)
|
||||
about = "_English Bulgaria_. Life in the Balkans... in English! [Read more →](/about)"
|
||||
|
||||
# How many posts to show on the sidebar (Default: 5)
|
||||
#num_recent_posts = 2
|
||||
|
||||
[[menu.sidebar]]
|
||||
name = "Alan in Kenya"
|
||||
url = "https://alaninkenya.org"
|
||||
|
||||
[[menu.sidebar]]
|
||||
name = "Mjanja Tech"
|
||||
url = "https://mjanja.ch"
|
||||
|
||||
[[menu.sidebar]]
|
||||
name = "Picturing Jordan"
|
||||
url = "https://picturingjordan.com"
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
# allow rendering of HTML in content (like abbr, blockquote/cite, etc)
|
||||
unsafe = true
|
Reference in New Issue
Block a user