Skip to content
Snippets Groups Projects
Verified Commit c02dfade authored by nd's avatar nd
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
public
.swp
image: registry.git.cccv.de/infra/static-pages/docker-images/bullseye-mkdocs
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
stage: deploy
script:
- mkdocs build
artifacts:
paths:
- public
only:
- master
[submodule "themes"]
path = themes
url = https://git.cccv.de/infra/static-pages/mkdocs-themes.git
# HowTo Chaos Communication Camp 2023
TODO
site_name: Chaos Communication Camp 2023
site_description: Infos, news, links and more
plugins: []
site_dir: public
use_directory_urls: false
strict: true
theme:
name: null
custom_dir: 'themes/c3mkdocs'
navigation_depth: 3
static_templates:
- 404.html
include_search_page: false
search_index_only: false
navigation_depth: 2
nav_style: primary
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
nav: []
Subproject commit 23b936d3b98e4c168c79b8f5ca701d9f65d0d4a1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment