-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
105 lines (84 loc) · 2.84 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
baseURL = "https://digitalworkersguild.com"
languageCode = "en-us"
title = "Digital Workers Guild LLC"
theme = "hello-friend-ng"
# googleAnalytics = ""
# disqusShortname = ""
[author]
name = "Digital Workers Guild LLC"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "We build good products for the greater good."
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = true
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "The digital home of the Digital Workers Guild"
keywords = "homepage, Digital, Workers, Guild"
images = [""]
# Enable theme toggle
#
# This options enables the theme toggle for the theme.
# Per default, this option is off.
# The theme is respecting the prefers-color-scheme of the operating systeme.
# With this option on, the page user is able to set the scheme he wants.
enableThemeToggle = true
# Set a background for the homepage
# backgroundImage = "assets/images/background.jpg"
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
#
customCSS = ["/custom-styles.css"]
customJS = []
[params.footer]
trademark = true
rss = false
copyright = false
author = true
topText = []
bottomText = ["Powered by <a href=\"https://gohugo.io\">Hugo</a>",
"Theme Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]
[params.logo]
logoMark = ">"
logoText = "$ cd /dwg/"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# Set true to remove the logo cursor entirely.
# logoCursorDisabled = false
# Set to a valid CSS color to change the cursor in the logo.
# logoCursorColor = "#67a2c9"
# Set to a valid CSS time value to change the animation duration, "0s" to disable.
# logoCursorAnimate = "2s"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Digital Workers Guild LLC"
subtitle = "We build good products for the greater good."
keywords = ""
# And you can even create generic menu
[[menu.main]]
identifier = "about"
name = "About"
url = "pages/about/"
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "pages/contact/"
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/digitalworkersguild"
[[params.social]]
name = "twitter"
url = "https://twitter.com/TheDWGuild/"