mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
update site url
This commit is contained in:
parent
d912d0b2f4
commit
46f5a066db
@ -75,7 +75,7 @@ __offen__ is created by [Frederik Ring][frederik-ring]{: target="_blank"} and [H
|
||||
|
||||
We are happy about any kind of feedback. From *criticism and praise to contributions or support*, everything is welcome.
|
||||
|
||||
<a href="/index.html" class="btn">Summary</a>
|
||||
<a href="../" class="btn">Summary</a>
|
||||
|
||||
---
|
||||
|
||||
|
@ -10,4 +10,4 @@ __offen__ treats both users and operators as parties of equal importance. Users
|
||||
|
||||
__offen__ is currently being conceptually designed and is applying for funds to sustain its development.
|
||||
|
||||
<a href="/deep-dive/" class="btn">Deep dive</a>
|
||||
<a href="./deep-dive/" class="btn">Deep dive</a>
|
||||
|
@ -11,7 +11,7 @@ sys.path.append(os.curdir)
|
||||
from pelicanconf import *
|
||||
|
||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||
SITEURL = 'https://www.offen.dev'
|
||||
SITEURL = 'https://www.offen.dev/homepage'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
|
Loading…
Reference in New Issue
Block a user