-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
46 lines (41 loc) · 1.06 KB
/
hugo.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
baseURL = 'https://drupal.merkle.com/'
languageCode = 'en'
title = 'Merkle Drupal & Acquia Blog'
theme = 'beautifulhugo'
[Params]
homeTitle = 'Merkle Drupal & Acquia Blog'
subtitle = "Merkle developers blog about Drupal and Acquia."
mainSections = ["post","posts"]
logo = "img/Merkle_Druplicon.svg"
favicon = "img/favicon.ico"
since = 2023
dateFormat = "02. January 2006"
commit = false
rss = true
comments = false
readingTime = true
wordCount = false
useHLJS = true
socialShare = false
delayDisqus = false
showRelatedPosts = true
[Author]
name = "Merkle Drupal Team"
website = "https://www.merkle.com/dach/en/services/drupal"
email = "drupal@merkle.com"
github = "https://github.com/merkle-open"
linkedin = "https://www.linkedin.com/company/merkle-dach"
instagram = "https://www.instagram.com/merkledach/"
drupal = "https://www.drupal.org/merkle"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "about"
weight = 2
[[menu.main]]
name = "Tags"
url = "tags"
weight = 3