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
Package registry
Model registry
Operate
Terraform modules
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
Show more breadcrumbs
void
camp2023-infos
Commits
9b83b545
Commit
9b83b545
authored
1 year ago
by
psy
Browse files
Options
Downloads
Patches
Plain Diff
add rss feed
parent
d5acda9c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
mkdocs.yml
+8
-1
8 additions, 1 deletion
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
with
20 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
0
View file @
9b83b545
...
@@ -3,6 +3,10 @@ image: registry.git.cccv.de/infra/static-pages/docker-images/bullseye-mkdocs
...
@@ -3,6 +3,10 @@ image: registry.git.cccv.de/infra/static-pages/docker-images/bullseye-mkdocs
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
pip install -r requirements.txt
pages
:
pages
:
stage
:
deploy
stage
:
deploy
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
8
−
1
View file @
9b83b545
site_name
:
Chaos Communication Camp
2023
site_name
:
Chaos Communication Camp
2023
site_description
:
Infos, news, links and more
site_description
:
Infos, news, links and more
site_url
:
https://events.ccc.de/camp/2023/infos/
site_dir
:
public
site_dir
:
public
use_directory_urls
:
false
use_directory_urls
:
false
strict
:
true
strict
:
true
...
@@ -10,6 +11,7 @@ extra_css:
...
@@ -10,6 +11,7 @@ extra_css:
theme
:
theme
:
site_favicon
:
img/favicon_200px.png
site_favicon
:
img/favicon_200px.png
name
:
readthedocs
name
:
readthedocs
custom_dir
:
theme_customization
prev_next_buttons_location
:
none
prev_next_buttons_location
:
none
highlightjs
:
false
highlightjs
:
false
logo
:
img/logo.svg
logo
:
img/logo.svg
...
@@ -27,11 +29,16 @@ theme:
...
@@ -27,11 +29,16 @@ theme:
#navigation_depth: 2
#navigation_depth: 2
#nav_style: primary
#nav_style: primary
markdown_extensions
:
markdown_extensions
:
-
extra
-
extra
-
admonition
-
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
nav
:
nav
:
-
index.md
-
index.md
-
location.md
-
location.md
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
1
−
0
View file @
9b83b545
mkdocs-rss-plugin
This diff is collapsed.
Click to expand it.
theme_customization/main.html
0 → 100644
+
7
−
0
View file @
9b83b545
{% 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.
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