Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
leopard.institute
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
Teckids
Projekt Indiedact
leopard.institute
Commits
5fbf84ec
Verified
Commit
5fbf84ec
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Remove settings moved to template
parent
b8c7ff38
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pelicanconf.py
+1
-66
1 addition, 66 deletions
pelicanconf.py
with
1 addition
and
66 deletions
pelicanconf.py
+
1
−
66
View file @
5fbf84ec
...
...
@@ -4,60 +4,13 @@ from __future__ import unicode_literals
from
pelican_theme_teckids.pelicanconf
import
*
AUTHOR
=
'
Teckids e.V.
'
SITENAME
=
"
LEOPARD
"
SITEURL
=
''
SITELOGO
=
f
'
{
SITEURL
}
/theme/artwork/banner-leopard.svg
'
FAVICON
=
'
/images/favicon.png
'
ARTICLE_PATHS
=
[
"
posts
"
]
PAGE_PATHS
=
[
"
pages
"
]
STATIC_PATHS
=
[
"
static
"
,
"
images
"
]
PATH
=
'
content
'
OUTPUT_PATH
=
'
public
'
TIMEZONE
=
'
Europe/Paris
'
DEFAULT_LANG
=
'
de
'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM
=
None
CATEGORY_FEED_ATOM
=
None
TRANSLATION_FEED_ATOM
=
None
AUTHOR_FEED_ATOM
=
None
AUTHOR_FEED_RSS
=
None
PLUGIN_PATHS
=
[
"
plugins
"
]
PLUGINS
=
[
"
i18n_subsites
"
,
"
sitemap
"
,
"
summary
"
,
"
jinja2content
"
]
MARKDOWN
=
{
"
extension_configs
"
:
{
"
markdown.extensions.attr_list
"
:
{},
"
markdown.extensions.md_in_html
"
:
{}
}
}
# Navbar
MENUITEMS
=
[
(
'
Home
'
,
'
index.html
'
),
(
'
Neuigkeiten
'
,
'
archives.html
'
),
MENUITEMS
+=
[
(
'
Formate
'
,
'
pages/formate.html
'
),
(
'
Konzepte
'
,
'
pages/konzepte.html
'
),
]
FOOTERMENU
=
((
"
Spenden
"
,
"
https://www.teckids.org/pages/spenden.html
"
),
(
"
Kontakt
"
,
"
https://www.teckids.org/pages/kontakt.html
"
),
(
"
Newsletter
"
,
"
https://www.teckids.org/pages/newsletter.html
"
),
(
"
Nutzungsbedingungen und Datenschutz
"
,
"
https://www.teckids.org/pages/nutzungsbedingungen_datenschutz.html
"
),
(
"
AGB für Freizeiten
"
,
"
https://www.teckids.org/pages/agb_freizeiten.html
"
),
(
"
Impressum
"
,
"
https://www.teckids.org/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
"
:
{
...
...
@@ -76,25 +29,7 @@ I18N_SUBSITES = {
}
}
# Social widget
SOCIAL
=
((
'
You can add links in your config file
'
,
'
#
'
),
(
'
Another social link
'
,
'
#
'
),)
DEFAULT_PAGINATION
=
10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
PRIMARY_DARK
=
"
#015ebe
"
PRIMARY_LIGHT
=
"
#00c5fa
"
SECONDARY_DARK
=
"
#ff6600
"
SECONDARY_LIGHT
=
"
#ff9955
"
CUSTOM_STYLESHEET
=
"
{}/static/css/custom.css
"
.
format
(
SITEURL
)
LICENCE_DEFAULT
=
"
CC-BY-SA 4.0+
"
LICENCETEXTS
=
{
"
de
"
:
"
Dieser Inhalt ist, sofern nicht bei einzelnen Medien anders angegeben, lizenziert unter:
"
,
"
en
"
:
"
If not stated differently for single media, this content is licenced under:
"
,
}
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