2016-09-13 15:09:22 +02:00
# Hugo variables
#
baseurl = "https://picturingjordan.com/"
languageCode = "en-us"
title = "Picturing Jordan"
2016-09-19 09:29:41 +02:00
theme = "hugo-theme-bootstrap4-blog"
2016-09-21 21:41:33 +02:00
enableRobotsTXT = true
2016-10-05 14:49:31 +02:00
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 3
2017-03-28 10:31:41 +02:00
copyright = "Except where otherwise noted, content on this site is licensed under a <a rel='license' href='https://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Attribution 4.0 International license</a>."
2017-01-17 18:37:43 +01:00
enableGitInfo = true
2016-09-13 15:09:22 +02:00
[ permalinks ]
2018-03-09 17:18:43 +01:00
posts = "/:year/:month/:slug/"
2016-09-13 15:09:22 +02:00
page = "/:slug/"
[ params ]
# Site author
author = "Alan Orth"
# Description/subtitle for homepage (can be Markdown)
description = "Sharing Jordan with the world — one picture at a time."
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
2016-09-13 15:21:43 +02:00
# verification string for Google Webmaster Tools
google_verify_meta = "BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4"
2016-10-08 16:00:08 +02:00
# verification string for Bing Webmaster Tools
bing_verify_meta = "2CA373095D945D1AA256B1CD8A3DF872"
# verification string for Yandex Webmaster Tools
yandex_verify_meta = "96b099438f75a04a"
2017-01-21 18:29:36 +01:00
# show sharing icons on pages/posts (default: true)
#sharingicons = true
2016-09-13 15:09:22 +02:00
[ params . sidebar ]
# Optional about block for sidebar (can be Markdown)
2020-03-22 09:05:15 +01:00
about = "*Picturing Jordan*, sharing Jordan with the world — one picture at a time. [Read more →](/about)"
2016-09-13 15:09:22 +02:00
2016-10-05 14:50:23 +02:00
# How many posts to show on the sidebar (Default: 5)
2016-09-13 15:09:22 +02:00
#num_recent_posts = 2
2016-09-17 17:14:14 +02:00
[ params . social ]
2017-01-23 13:59:15 +01:00
# twitter handle for the site (ideally not a person, eg: nytimes, flickr, etc)
twitter = "picturingjordan"
2016-09-17 17:14:14 +02:00
2016-09-13 15:09:22 +02:00
[ [ 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"
2016-10-06 12:50:51 +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"
2016-10-11 15:57:46 +02:00
# Languages to render
2016-10-06 12:50:51 +02:00
[ languages . en ]
[ languages . bg ]
2020-03-22 10:33:19 +01:00
author = "Алън Орт"
2020-03-21 17:58:13 +01:00
# Bulgarian date format is dd.mm.yyyy
date_format = "02.01.2006"
2018-11-07 21:10:40 +01:00
[ languages . ar ]
2020-03-24 09:53:04 +01:00
description = "مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ"
2020-03-21 17:58:13 +01:00
# Arabic date format is dd/mm/yyyy
date_format = "02/01/2006"
2020-03-22 09:34:34 +01:00
[ languages . ar . params ]
author = "ألِن أورث"
2020-03-24 09:53:04 +01:00
[ languages . ar . params . sidebar ]
about = " مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ [قِرَاءَة المَزِيد ←](/ar/about)"
2019-12-04 08:59:56 +01:00
[ languages . fa ]
2020-03-22 09:10:05 +01:00
description = "به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر"
2020-03-21 17:58:13 +01:00
# Persian date format is yyyy/mm/dd
2020-03-21 17:59:36 +01:00
date_format = "2006/1/2"
2020-03-22 09:34:34 +01:00
[ languages . fa . params ]
author = "اَلن اورث"
2020-03-22 09:19:21 +01:00
[ languages . fa . params . sidebar ]
2020-03-22 09:28:08 +01:00
about = " به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر [بیشتر بخوانید ←](/fa/about)"
2017-03-28 10:00:02 +02:00
# vim: ts=2 sw=2 et