[Git][java-team/pkg-java-blog][master] Use relative URLs
Emmanuel Bourg
gitlab at salsa.debian.org
Thu May 3 16:33:08 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / pkg-java-blog
Commits:
ea93a803 by Emmanuel Bourg at 2018-05-03T17:32:56+02:00
Use relative URLs
- - - - -
2 changed files:
- pelicanconf.py
- publishconf.py
Changes:
=====================================
pelicanconf.py
=====================================
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -48,4 +48,4 @@ LINKS = (('Mailing List', 'https://lists.debian.org/debian-java/'),
# Uncomment following line if you want document-relative URLs when developing
-#RELATIVE_URLS = True
+RELATIVE_URLS = True
=====================================
publishconf.py
=====================================
--- a/publishconf.py
+++ b/publishconf.py
@@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'http://java.debian.net/blog'
-RELATIVE_URLS = False
+RELATIVE_URLS = True
DELETE_OUTPUT_DIRECTORY = True
View it on GitLab: https://salsa.debian.org/java-team/pkg-java-blog/commit/ea93a803a7a54baf70f9580dc980fd7d9aedebf7
---
View it on GitLab: https://salsa.debian.org/java-team/pkg-java-blog/commit/ea93a803a7a54baf70f9580dc980fd7d9aedebf7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180503/753e31e5/attachment.html>
More information about the pkg-java-commits
mailing list