-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathhugo.toml
More file actions
65 lines (53 loc) · 1.58 KB
/
Copy pathhugo.toml
File metadata and controls
65 lines (53 loc) · 1.58 KB
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
baseURL = "https://ibm.github.io/CodeEngine/"
title = "Code Engine Blog"
locale = "en-us"
[module]
path = "github.com/IBM/CodeEngine"
[[module.imports]]
path = "github.com/nunocoracao/blowfish/v2"
[outputs]
home = ["HTML", "RSS", "JSON"]
# --- GLOBAL THEME PARAMETERS ---
[params]
enableCodeCopy = true
colorScheme = "slate" # Options: "blowfish", "congo", "forest", "ocean", "sunset", "fire", "terminal", "github"
[params.main]
mainSections = ["posts"]
[params.main.logo]
src = "code-engine-logo.svg"
alt = "IBM Code Engine Logo"
disabled = false
[params.header]
layout = "sticky"
logoType = "logo"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors" # Explicitly instructs Hugo to build index pages for authors
[params.homepage]
layout = "card"
showRecent = true
showRecentItems = 6
cardView = true
[params.article]
showDate = true
showReadingTime = true
showThumbnail = true
showHero = true
showAuthor = true # Appears as a clean line right below the title
showAuthorBottom = true # Appears as a rich bio card at the end of the post
showTaxonomies = true
showAuthorsBadges = true
[params.list]
showDownloads = false
showReadingTime = true
showTableOfContents = false
showTaxonomies = true # Displays the interactive global tag cloud filter on list views
showViews = true # Adds a slick grid/list toggle view option for readers
[params.search]
enable = true
showOnHeader = true
# --- SYNTAX HIGHLIGHTING (Required for copy script) ---
[markup]
[markup.highlight]
noClasses = false