-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (37 loc) · 1014 Bytes
/
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
title = "https://YR-ZR0.github.io/'"
baseURL = 'https://YR-ZR0.github.io/'
languageCode = 'en-gb'
copyright= "James R (YR-ZR0)"
theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
resourceDir = "./resources"
disableKinds = ['rss']
[security]
enableInlineShortcodes = false
[security.exec]
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GEM_PATH)$']
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$','^asciidoctor$']
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3
googleAnalytics = ""
enableRobotsTXT = true
show_reading_time = true
[languages]
[languages.en]
title = ""
weight = 1
contentDir = "content/en"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
text_color = "white"
author = ""
favicon = ""
site_logo = ""
description = ""
background_color_class = "bg-near-black"
body_classes = "avenir bg-near-black "
recent_posts_number = 1
custom_css = ["grid.css"]