This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
98 lines (79 loc) · 3.39 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Hugo variables
#
baseurl = "https://picturingjordan.com/"
languageCode = "en-us"
title = "Picturing Jordan"
theme = "hugo-theme-bootstrap4-blog"
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 = "Sharing Jordan with the world — one picture at a time."
# 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"
# verification string for Bing Webmaster Tools
bing_verify_meta = "2CA373095D945D1AA256B1CD8A3DF872"
# verification string for Yandex Webmaster Tools
yandex_verify_meta = "96b099438f75a04a"
# show sharing icons on pages/posts (default: true)
#sharingicons = true
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
about = "*Picturing Jordan*, sharing Jordan with the world — one picture at a time. [Read more →](/about)"
# How many posts to show on the sidebar (Default: 5)
#num_recent_posts = 2
[params.social]
# twitter handle for the site (ideally not a person, eg: nytimes, flickr, etc)
twitter = "picturingjordan"
[[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"
# 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]
author = "Алън Орт"
# Bulgarian date format is dd.mm.yyyy
date_format = "02.01.2006"
[languages.ar]
description = "مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ"
# Arabic date format is dd/mm/yyyy
date_format = "02/01/2006"
[languages.ar.params]
author = "ألِن أورث"
[languages.ar.params.sidebar]
about = " مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ [قِرَاءَة المَزِيد ←](/ar/about)"
[languages.fa]
description = "به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر"
# Persian date format is yyyy/mm/dd
date_format = "2006/1/2"
[languages.fa.params]
author = "اَلن اورث"
[languages.fa.params.sidebar]
about = " به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر [بیشتر بخوانید ←](/fa/about)"
# vim: ts=2 sw=2 et