1
0
picturingjordan.com/config.toml
Alan Orth 59b07770e1
config.toml: Use slug for post URLs
I was wondering why the slugs in my front matter weren't being
respected! Unfortunately this changes the URLs for all my existing
posts.
2016-10-05 12:47:35 +03:00

63 lines
1.5 KiB
TOML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hugo variables
#
baseurl = "https://picturingjordan.com/"
languageCode = "en-us"
title = "Picturing Jordan"
theme = "hugo-theme-bootstrap4-blog"
enableRobotsTXT = true
[permalinks]
post = "/:year/:month/:slug/"
page = "/:slug/"
[params]
# Site author
author = "Alan Orth"
# Description/subtitle for homepage (can be Markdown)
description = "Sharing Jordan with the worldone picture at a time."
# How many posts to show on the homepage (Default: 5)
num_recent_posts = 3
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
# verification string for Google Webmaster Tools
google_verify_meta = "BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4"
[params.sidebar]
# Hide the sidebar? (Default: false)
hide = false
# Optional about block for sidebar (can be Markdown)
about = "*Picturing Jordan*, sharing Jordan with the worldone picture at a time.<br><br>[Read more →](/about)"
# How many posts to show on the homepage (Default: 5)
#num_recent_posts = 2
[params.social]
twitter_username = "@mralanorth"
[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
[[menu.sidebar]]
name = "Alan in Kenya"
url = "https://alaninkenya.org"
[[menu.sidebar]]
name = "Mjanja Tech"
url = "https://mjanja.ch"
[[menu.sidebar]]
name = "English Bulgaria"
url = "https://englishbulgaria.net"