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
4a00df8b
Verified
Commit
4a00df8b
authored
7 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Fix site URL.
parent
c6213964
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pelicanconf.py
+1
-1
1 addition, 1 deletion
pelicanconf.py
publishconf.py
+2
-2
2 additions, 2 deletions
publishconf.py
theme/templates/base.html
+2
-2
2 additions, 2 deletions
theme/templates/base.html
with
5 additions
and
5 deletions
pelicanconf.py
+
1
−
1
View file @
4a00df8b
...
...
@@ -5,7 +5,7 @@ from __future__ import unicode_literals
AUTHOR
=
u
'
Dominik George
'
SITENAME
=
u
'
Dominik George
'
SITESUBTITLE
=
u
'
Free Software Fellow, Education Enthusiast, sozialliberal
'
SITEURL
=
'
https://www.dominik-george.de
'
SITEURL
=
''
PATH
=
'
content
'
STATIC_PATHS
=
[
'
static
'
]
...
...
This diff is collapsed.
Click to expand it.
publishconf.py
+
2
−
2
View file @
4a00df8b
...
...
@@ -10,8 +10,8 @@ import sys
sys
.
path
.
append
(
os
.
curdir
)
from
pelicanconf
import
*
SITEURL
=
''
RELATIVE_URLS
=
Fals
e
SITEURL
=
'
https://www.dominik-george.de
'
RELATIVE_URLS
=
Tru
e
FEED_ALL_ATOM
=
'
feeds/all.atom.xml
'
CATEGORY_FEED_ATOM
=
'
feeds/%s.atom.xml
'
...
...
This diff is collapsed.
Click to expand it.
theme/templates/base.html
+
2
−
2
View file @
4a00df8b
...
...
@@ -2,8 +2,8 @@
<html
lang=
"{{ DEFAULT_LANG }}"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<link
rel=
"stylesheet"
href=
"static/master.css"
/>
<link
rel=
"stylesheet"
href=
"static/colors.css"
/>
<link
rel=
"stylesheet"
href=
"
{{ SITEURL }}/
static/master.css"
/>
<link
rel=
"stylesheet"
href=
"
{{ SITEURL }}/
static/colors.css"
/>
<title>
{% block title %}{% endblock %} · {{ SITENAME }}
</title>
</head>
<body>
...
...
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