Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
doks-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine-perso
doks-test
Commits
55df92ab
Commit
55df92ab
authored
Nov 16, 2023
by
Antoine Roy
Browse files
Options
Downloads
Patches
Plain Diff
try to fix css
parent
ce4587a0
No related branches found
No related tags found
1 merge request
!1
Some try on yml
Pipeline
#1555
passed
Nov 16, 2023
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/_default/config.toml
+112
-0
112 additions, 0 deletions
config/_default/config.toml
with
112 additions
and
0 deletions
config/_default/config.toml
0 → 100644
+
112
−
0
View file @
55df92ab
baseurl
=
"https://epogrebnyak.gitlab.io/doks-howto"
disableAliases
=
true
disableHugoGeneratorInject
=
true
enableEmoji
=
true
enableGitInfo
=
false
enableRobotsTXT
=
true
#languageCode = "en-US"
paginate
=
7
rssLimit
=
10
defaultContentLanguage
=
"en"
[languages]
[languages.ru]
## Homepage
title
=
"Это суперсайт"
titleSeparator
=
"-"
titleAddition
=
"Modern Documentation Theme"
description
=
"Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
weight
=
2
[languages.en]
## Homepage
title
=
"Doks in Several Languages"
titleSeparator
=
"-"
titleAddition
=
"Modern Documentation Theme"
description
=
"Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
weight
=
1
# add redirects/headers
[outputs]
home
=
[
"HTML"
,
"RSS"
,
"REDIRECTS"
,
"HEADERS"
]
section
=
[
"HTML"
,
"RSS"
,
"SITEMAP"
]
# remove .{ext} from text/netlify
[mediaTypes."text/netlify"]
suffixes
=
[
""
]
delimiter
=
""
# add output format for netlify _redirects
[outputFormats.REDIRECTS]
mediaType
=
"text/netlify"
baseName
=
"_redirects"
isPlainText
=
true
notAlternative
=
true
# add output format for netlify _headers
[outputFormats.HEADERS]
mediaType
=
"text/netlify"
baseName
=
"_headers"
isPlainText
=
true
notAlternative
=
true
# add output format for section sitemap.xml
[outputFormats.SITEMAP]
mediaType
=
"application/xml"
baseName
=
"sitemap"
isHTML
=
false
isPlainText
=
true
noUgly
=
true
rel
=
"sitemap"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
linkify
=
false
[markup.goldmark.renderer]
unsafe
=
true
[markup.highlight]
codeFences
=
true
guessSyntax
=
false
hl_Lines
=
""
lineNoStart
=
1
lineNos
=
false
lineNumbersInTable
=
true
noClasses
=
false
style
=
"dracula"
tabWidth
=
4
[sitemap]
changefreq
=
"weekly"
filename
=
"sitemap.xml"
priority
=
0.5
[taxonomies]
contributor
=
"contributors"
[permalinks]
blog
=
"/blog/:title/"
[module]
[[module.mounts]]
source
=
"assets"
target
=
"assets"
[[module.mounts]]
source
=
"static"
target
=
"static"
[[module.mounts]]
source
=
"node_modules/lazysizes"
target
=
"assets/js/vendor/lazysizes"
[[module.mounts]]
source
=
"node_modules/instant.page"
target
=
"assets/js/vendor/instant.page"
[[module.mounts]]
source
=
"node_modules/lazysizes"
target
=
"assets/js/vendor/lazysizes"
[[module.mounts]]
source
=
"node_modules/flexsearch"
target
=
"assets/js/vendor/flexsearch"
[[module.mounts]]
source
=
"node_modules/clipboard"
target
=
"assets/js/vendor/clipboard"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment