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
a224885e
Verified
Commit
a224885e
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Replace theme submoule with Python package
parent
706620c9
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
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitmodules
+0
-3
0 additions, 3 deletions
.gitmodules
pelicanconf.py
+1
-5
1 addition, 5 deletions
pelicanconf.py
requirements.txt
+6
-0
6 additions, 0 deletions
requirements.txt
with
8 additions
and
9 deletions
.gitlab-ci.yml
+
1
−
1
View file @
a224885e
...
...
@@ -6,7 +6,7 @@ variables:
pages
:
stage
:
deploy
before_script
:
-
pip install
Markdown gitpython pelican py_w3c beautifulsoup4
-
pip install
-r requirements.txt
script
:
-
make publish
-
cp _redirects public/
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
0
−
3
View file @
a224885e
[submodule "themes/teckids"]
path = themes/teckids
url = https://edugit.org/Teckids/team-pr/pelican-theme-teckids.git
[submodule "plugins"]
path = plugins
url = https://github.com/getpelican/pelican-plugins
This diff is collapsed.
Click to expand it.
pelicanconf.py
+
1
−
5
View file @
a224885e
...
...
@@ -2,9 +2,7 @@
# -*- coding: utf-8 -*- #
from
__future__
import
unicode_literals
import
sys
sys
.
path
.
append
(
"
./themes
"
)
from
teckids.pelicanconf
import
*
from
pelican_theme_teckids.pelicanconf
import
*
AUTHOR
=
"
Teckids e.V.
"
SITENAME
=
"
Teckids e.V.
"
...
...
@@ -24,8 +22,6 @@ TIMEZONE = "Europe/Berlin"
DEFAULT_LANG
=
"
de
"
THEME
=
"
themes/teckids
"
# Feed generation is usually not desired when developing
FEED_ALL_ATOM
=
None
CATEGORY_FEED_ATOM
=
None
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
6
−
0
View file @
a224885e
pelican
Markdown
gitpython
py_w3c
beautifulsoup4
pelicna-theme-teckids
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