-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathhugo.toml
More file actions
147 lines (123 loc) · 3.84 KB
/
Copy pathhugo.toml
File metadata and controls
147 lines (123 loc) · 3.84 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
baseURL = "https://cybersecurity.cd.foundation/"
title = "CI/CD Cybersecurity Guide | CD Foundation"
enableRobotsTXT = true
enableGitInfo = true
# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
taxonomyCloud = ["tags", "categories"]
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyPageHeader = ["tags", "categories"]
# SEO Configuration
[params.seo]
title_separator = " | "
description = "Embed cybersecurity into your CI/CD pipelines with industry-standard safeguards. Learn DevSecOps best practices, security tools, and frameworks for secure software development lifecycle."
keywords = [
"CI/CD security",
"DevSecOps",
"cybersecurity",
"continuous integration",
"continuous delivery",
"software security",
"pipeline security",
"NIST framework",
"secure software development"
]
author = "CD Foundation CI/CD Cybersecurity SIG"
image = "/images/cicd-cybersecurity-og.png"
twitter_card = "summary_large_image"
twitter_site = "@CDeliveryFdn"
# Syntax highlighting
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
# Image processing
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
# Analytics
[services]
[services.googleAnalytics]
# id = "G-XXXXXXXXXX"
# Language configuration
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.en.params]
title = "CI/CD Cybersecurity Guide | CD Foundation"
description = "Embed cybersecurity into your CI/CD pipelines with industry-standard safeguards. Learn DevSecOps best practices, security tools, and frameworks for secure software development lifecycle."
time_format_default = "2026.03.14"
time_format_blog = "2026.03.14"
[languages.es]
contentDir = "content/es"
languageName = "Español"
weight = 2
[languages.es.params]
title = "Guía de ciberseguridad para CI/CD | Fundación CD"
description = "Incorpora la ciberseguridad en tus pipelines de CI/CD con salvaguardas estándar de la industria. Aprende las mejores prácticas de DevSecOps, herramientas de seguridad y marcos para el ciclo de vida del desarrollo de software seguro."
time_format_default = "03.14.2026"
time_format_blog = "03.14.2026"
# Docsy theme
[module]
proxy = "direct"
[module.hugoVersion]
extended = true
min = "0.99.0"
[[module.imports]]
path = "github.com/google/docsy"
[[module.imports]]
path = "github.com/google/docsy/dependencies"
# 🔑 GOLDMARK CONFIG — THIS FIXES THE <pre> ISSUE
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "tango"
# Output formats
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "print", "RSS"]
# Site Params
[params]
copyright = "CD Foundation | Apache-2.0 license"
images = ["https://cd.foundation/wp-content/uploads/sites/78/2023/07/CDF-Home-Social-1024x536.png"]
version_menu = "Releases"
archived_version = false
version = "0.0"
url_latest_version = "https://cybersecurity.cd.foundation"
github_repo = "https://github.com/cdfoundation/CICD-Cybersecurity"
github_branch = "main"
# Search
offlineSearch = true
offlineSearchMaxResults = 20
offlineSearchSummaryLength = 200
prism_syntax_highlighting = false
# UI
[params.ui]
breadcrumb_disable = false
footer_about_enable = true
navbar_logo = true
navbar_translucent_over_cover_disable = true
sidebar_search_disable = false
# CORRECTED SIDEBAR SETTINGS:
sidebar_menu_compact = false
sidebar_menu_foldable = false
[params.ui.feedback]
enable = false
[params.ui.readingtime]
enable = false
[params.links]
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/cdfoundation/CICD-Cybersecurity"
icon = "fab fa-github"
desc = "Development takes place here!"