Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dominik-george.de
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Nik | Klampfradler
dominik-george.de
Commits
52aaf759
Verified
Commit
52aaf759
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Fix for Python 3.
parent
2614c7f3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#162
failed
5 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pelicanconf.py
+0
-4
0 additions, 4 deletions
pelicanconf.py
publishconf.py
+1
-5
1 addition, 5 deletions
publishconf.py
with
1 addition
and
9 deletions
pelicanconf.py
+
0
−
4
View file @
52aaf759
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from
__future__
import
unicode_literals
AUTHOR
=
u
'
Dominik George
'
SITENAME
=
u
'
Dominik George
'
SITESUBTITLE
=
u
'
Free Software Fellow, Education Enthusiast, sozialliberal
'
...
...
This diff is collapsed.
Click to expand it.
publishconf.py
+
1
−
5
View file @
52aaf759
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from
__future__
import
unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
...
...
@@ -14,7 +10,7 @@ SITEURL = 'https://www.dominik-george.de'
RELATIVE_URLS
=
True
FEED_ALL_ATOM
=
'
feeds/all.atom.xml
'
CATEGORY_FEED_ATOM
=
'
feeds/
%s
.atom.xml
'
#
CATEGORY_FEED_ATOM = 'feeds/
{slug}
.atom.xml'
DELETE_OUTPUT_DIRECTORY
=
True
...
...
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