Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camp2023-infos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
infra
static pages
camp2023-infos
Compare revisions
2b921884bc90aa2d898d5f573842b86501d39fe3 to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
infra/static-pages/camp2023-infos
Select target project
No results found
main
Select Git revision
Swap
Target
voidptr/camp2023-infos
Select target project
ak/camp2023-infos
russ/camp2023-infos
jen/camp2023-infos
will/camp2023-infos
andi/camp2023-infos
laura/camp2023-infos
laf0rge/camp2023-infos
stk/camp2023-infos
poc_stefan/camp2023-infos
faheus/camp2023-infos
pingu/camp2023-infos
voidptr/camp2023-infos
lagertonne/camp2023-infos
qbit/camp2023-infos
kilobyte22/camp2023-infos
cupkake/camp2023-infos
16 results
2b921884bc90aa2d898d5f573842b86501d39fe3
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
mkdocs.yml
+27
-8
27 additions, 8 deletions
mkdocs.yml
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
theme_customization/main.html
+7
-0
7 additions, 0 deletions
theme_customization/main.html
theme_customization/versions.html
+7
-0
7 additions, 0 deletions
theme_customization/versions.html
with
42 additions
and
8 deletions
mkdocs.yml
View file @
b1e65260
site_name
:
Chaos Communication Camp
2023
site_description
:
Infos, news, links and more
site_url
:
https://events.ccc.de/camp/2023/infos/
site_dir
:
public
use_directory_urls
:
false
strict
:
true
repo_url
:
https://git.cccv.de/infra/static-pages/camp2023-infos
extra_css
:
-
css/camp2023-style.css
...
...
@@ -10,6 +12,7 @@ extra_css:
theme
:
site_favicon
:
img/favicon_200px.png
name
:
readthedocs
custom_dir
:
theme_customization
prev_next_buttons_location
:
none
highlightjs
:
false
logo
:
img/logo.svg
...
...
@@ -27,31 +30,47 @@ theme:
#navigation_depth: 2
#nav_style: primary
markdown_extensions
:
-
extra
-
admonition
plugins
:
-
rss
:
image
:
https://events.ccc.de/camp/2023/infos/img/favicon.ico
abstract_chars_count
:
-1
# -1 for full content
feed_ttl
:
10
-
search
nav
:
-
index.md
-
location.md
-
timeline.md
-
tickets.md
-
travel.md
-
parcel.md
-
'
Getting
stuff
there
and
back'
:
parcel.md
-
facilities.md
-
hub.md
-
food.md
-
drinks.md
-
chillfloor.md
-
caravans.md
-
'
Art
&
Play'
:
art-play.md
-
participate.md
-
camping-villages.md
-
how-to-survive.md
-
accessibility.md
-
styleguide.md
-
faq.md
-
'
Map'
:
'
https://map.events.ccc.de/camp/2023/map/'
-
'
Matrix
Chat'
:
'
https://matrix.to/#/#camp2023:events.ccc.de'
-
'
Livestreams'
:
'
https://streaming.media.ccc.de'
-
'
Recordings'
:
'
https://media.ccc.de'
-
'
Principles
of
our
event
and
community'
:
'
https://help.ccc.de/principles.en.html'
-
'
Help!'
:
'
https://help.ccc.de/index.en.html'
-
'
Legal
Notice
&
Privacy
Policy'
:
'
https://legal.cccv.de'
-
Quicklinks (External)
:
-
'
Map'
:
'
https://map.events.ccc.de/camp/2023/map/'
-
'
Hub
(Wiki/Events/Assemblies/DMs…)'
:
'
https://events.ccc.de/camp/2023/hub/'
-
'
Fahrplan'
:
'
https://events.ccc.de/camp/2023/hub/camp23/en/fahrplan'
-
'
Chat
(Matrix)'
:
'
https://matrix.to/#/#camp2023:events.ccc.de'
-
'
Livestreams'
:
'
https://streaming.media.ccc.de'
-
'
Recordings'
:
'
https://media.ccc.de'
-
'
Phonebook'
:
'
https://guru3.eventphone.de/event.rb/phonebook'
-
'
Engelsystem'
:
'
https://engelsystem.events.ccc.de/'
-
'
Help!'
:
'
https://help.ccc.de/index.en.html'
-
'
Legal
Notice
&
Privacy
Policy'
:
'
https://legal.cccv.de'
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
View file @
b1e65260
mkdocs-rss-plugin
This diff is collapsed.
Click to expand it.
theme_customization/main.html
0 → 100644
View file @
b1e65260
{% extends "base.html" %}
{% block extrahead %}
<!-- RSS Feed -->
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed of created content"
href=
"{{ config.site_url }}feed_rss_created.xml"
>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed of updated content"
href=
"{{ config.site_url }}feed_rss_updated.xml"
>
{% endblock %}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
theme_customization/versions.html
0 → 100644
View file @
b1e65260
<div
class=
"rst-versions"
role=
"note"
aria-label=
"{% trans %}Versions{% endtrans %}"
>
<span
class=
"rst-current-version"
data-toggle=
"rst-current-version"
>
<span>
<a
href=
"{{ config.repo_url }}"
class=
"icon icon-gitlab"
style=
"color: #fcfcfc"
>
Source
</a>
</span>
</span>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next