-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (48 loc) · 2.24 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
baseurl = "https://domain.example/" # Controls base URL sitewide
languageCode = "en-US" # Controls site language
paginate = 11 # Number of posts to show before paginating
# title = "After Dark" # Homepage title and page title suffix
# copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License."
DefaultContentLanguage = "en"
#disableFastRender = true
#i18n-warnings = true
[languages]
[languages.en]
languageName = "English"
title = "After Dark" # Homepage title and page title suffix
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License."
[languages.es]
languageName = "Español"
title = "Después del Anochecer"
copyright = "Esta obra está bajo una Licencia Creative Commons Atribución-NoComercial-SinDerivadas 4.0 Internacional."
[languages.id]
languageName = "Bahasa"
title = "Setelah Gelap"
copyright = "Ciptaan disebarluaskan di bawah Lisensi Creative Commons Atribusi-NonKomersial-TanpaTurunan 4.0 Internasional."
# Controls default theme and theme components
theme = [
"hall-of-mirrors",
"fractal-forest",
"after-dark"
]
#
#theme = "after-dark"
enableRobotsTXT = true # Suggested, enable robots.txt file
googleAnalytics = "" # Optional, add tracking Id for analytics
disqusShortname = "" # Optional, add Disqus shortname for comments
SectionPagesMenu = "main" # Enable menu system for lazy bloggers
footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
[params]
description = "" # Suggested, controls default description meta
author = "" # Optional, controls author name display on posts
hide_author = true # Optional, set true to hide author name on posts
show_menu = false # Optional, set true to enable section menu
powered_by = true # Optional, set false to disable credits
images = [
"https://source.unsplash.com/collection/983219/2000x1322"
] # Suggested, controls default Open Graph images
[params.modules.fractal_forest]
enabled = true # Optional, set false to disable module
decoders = ["bpgdec8a"] # Optional, 8-bit javascript decoder with animation
[params.modules.hall_of_mirrors]
enabled = true # Required in version 0.1.0