Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Bildhauer
teckids.org
Commits
0afc4d86
Verified
Commit
0afc4d86
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Fix config file
parent
759cf4c6
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
pelicanconf.py
+20
-2
20 additions, 2 deletions
pelicanconf.py
plugins
+1
-0
1 addition, 0 deletions
plugins
themes/teckids
+1
-1
1 addition, 1 deletion
themes/teckids
with
25 additions
and
3 deletions
.gitmodules
+
3
−
0
View file @
0afc4d86
[submodule "themes/teckids"]
path = themes/teckids
url = https://edugit.org/Teckids/team-sysadmin/teckids-pelican
[submodule "plugins"]
path = plugins
url = https://github.com/getpelican/pelican-plugins
This diff is collapsed.
Click to expand it.
pelicanconf.py
+
20
−
2
View file @
0afc4d86
...
...
@@ -7,9 +7,12 @@ SITENAME = 'Teckids e.V.'
SITEURL
=
''
SITELOGO
=
'
{}/images/logo.png
'
.
format
(
SITEURL
)
STATIC_PATHS
=
[
"
static
"
,
"
images
"
]
ARTICLE_PATHS
=
[
'
posts
'
]
PAGE_PATHS
=
[
'
pages
'
]
STATIC_PATHS
=
[
"
static
"
,
"
images
"
,
"
pdfs
"
]
PATH
=
'
content
'
OUTPUT_PATH
=
'
public
'
SLUGIFY_SOURCE
=
'
basename
'
TIMEZONE
=
'
Europe/Paris
'
...
...
@@ -24,6 +27,15 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM
=
None
AUTHOR_FEED_RSS
=
None
PLUGIN_PATHS
=
[
"
plugins
"
]
PLUGINS
=
[
'
i18n_subsites
'
,
'
filetime_from_git
'
,
'
sitemap
'
,
'
summary
'
]
MARKDOWN
=
{
'
extension_configs
'
:
{
'
markdown.extensions.attr_list
'
:
{},
'
markdown.extensions.md_in_html
'
:
{}
}
}
# Navbar
MENUITEMS
=
[
(
'
Startseite
'
,
'
/index.html
'
),
...
...
@@ -55,6 +67,12 @@ FOOTERMENU = (("Spenden", "/pages/spenden.html"),
(
"
Impressum
"
,
"
/pages/impressum.html
"
)
)
MINIFOOTER_MENU
=
((
'
Teckids e.V.
'
,
''
),
(
'
Rochusstraße 2
'
,
''
),
(
'
53123 Bonn
'
,
''
),
(
'
verein@teckids.org
'
,
'
mailto:verein@teckids.org
'
),
(
'
+49 228 92934160
'
,
'
tel:+49 228 92934160
'
))
I18N_SUBSITES
=
{
"
en
"
:
{
"
MENUITEMS
"
:
[
...
...
@@ -96,7 +114,7 @@ SOCIAL = (("You can add links in your config file", "#"),
DEFAULT_PAGINATION
=
10
# Uncomment following line if you want document-relative URLs when developing
#
RELATIVE_URLS = True
RELATIVE_URLS
=
True
PRIMARY_DARK
=
"
#FF6600
"
PRIMARY_LIGHT
=
"
#FF9955
"
...
...
This diff is collapsed.
Click to expand it.
plugins
@
ac0246dc
Subproject commit ac0246dc9ea19dbb288926d7dd286ef17efe3e4f
This diff is collapsed.
Click to expand it.
teckids
@
101729ee
Compare
d7a369e0
...
101729ee
Subproject commit
d7a369e0dc9be07a28bdb7d2020d9dff29467edf
Subproject commit
101729ee7f48af67a82deca55a1611b518164c19
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