-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
112 lines (99 loc) · 3.08 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# theme = "bare-minimum"
baseURL = "http://whywe.tech"
languageCode = "en-us"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
topics = ["News", "Reviews", "Critic"]
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 10
enableRobotsTXT = true
publishDir = "public"
googleAnalytics = "UA-115076488-1"
[[module.imports]]
path = "github.com/integr8or/hugo-theme-bare-minimum"
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
title = "Why We Tech"
taglines = ["The moral case for technology"]
justification = ["For technology to be defended", "it must be articulated"]
favicon = ""
githubURL = "https://github.com/integr8or/whywetech"
editURL = "https://github.com/InTEGr8or/whywetech/edit/master/content/"
customMermaidURL = "https://unpkg.com/[email protected]/dist/mermaid.min.js"
# Hide Next and Previous page buttons normally displayed full height beside content
disableNextPrev = true
# Provide a list of custom css files to load relative from the `static/` folder in the site root.
custom_css = ["css/hogo-theme.css", "css/theme.css"]
menu_style = "open-menu"
# Date format
#dateFormat = "January 2, 2006"
# This is displayer in About page.
[params.author]
name = "Mark Stouffer"
# Gravatar or Abatar image
# gravatar = "Gravatar email or MD5 Hash"
#avatar = "/path/to/avatar"
# twitter = "Twitter username"
# facebook = "Facebook username"
# googleplus = "Googleplus username"
# instagram = "Instagram username"
# tumblr = "Tumblr username"
# flickr = "Flickr username"
# reddit = "Reddit username"
# linkedin = "Linkedin username"
# slideshare = "Slideshare username"
# github = "Github username"
# gitlab = "Gitlab username"
# bitbucket = "Bitbucket username"
# stackoverflow = "Stackoverflow username"
# jsfiddle = "Jsfiddle username"
# codepen = "Codepen username"
# deviantart = "Deviantart username"
# behance = "Behance username"
# dribbble = "Dribbble username"
# wordpress = "Wordpress username"
# medium = "Medium username"
# foursquare = "Foursquare username"
# xing = "Xing username"
# quora = "Quora username"
# youtube = "Youtube username"
# vimeo = "Vimeo username"
# whatsapp = "Whatsapp username"
# skype = "Skype username"
# snapchat = "Snapchat username"
# pinterest = "Pinterest username"
# telegram = "Telegram username"
# vine = "Vine username"
[taxonomies]
category = "topics"
tag = "tags"
series = "series"
# Header Menu
# [[menu.main]]
# name = "Topics"
# identifier = "topics"
# url = "/topics/"
# weight = 1
# [[menu.main]]
# name = "Tags"
# identifier = "tags"
# url = "/tags/"
# weight = 2
# [[menu.main]]
# name = "About"
# identifier = "about"
# url = "/about/"
# weight = 4
# Footer Menu
[[menu.footer]]
name = "About"
weight = 1
identifier = "about"
url = "/about/"
[[menu.footer]]
name = "Tags"
weight = 2
identifier = "tags"
url = "/tags/"