-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
36 lines (32 loc) · 1.05 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
title = "Hakeem Almidan"
baseURL = "https://hakeem-almidan.com/"
disqusShortname = "hakeem-almidan"
theme = "zen"
languageCode = "en-GB"
defaultContentLanguage = "en"
pluralizelisttitles = false
removePathAccents = true
paginate = 10
paginatePath = "page"
[outputFormats.SearchIndex]
mediaType = "application/json"
baseName = "searchindex"
isPlainText = true
notAlternative = true
[outputs]
home = [ "HTML", "RSS", "JSON", "SearchIndex" ]
section = [ "HTML", "RSS", "JSON" ]
[params]
contact = "[email protected]"
googleAnalytics = "UA-162259002-1"
copyright = "<!--Creative Commons License-->This site is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).<!--/Creative Commons License-->"
description = "The zen theme for Hugo example site."
dateformat = "2 January, 2006"
feedlinks = true
realfavicongenerator = true
favicon = "static/apple-touch-icon.png"
icon = "static/apple-touch-icon.png"
image = "static/apple-touch-icon.png"
imageMaxWidth = 400
poweredby = false
sidebar = true