Skip to content
Snippets Groups Projects
Commit f46a97a6 authored by mazenovi's avatar mazenovi
Browse files

fix disqus ref

parent cf5c12f1
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -18,6 +18,7 @@ build:
- pip install --upgrade pip
- pip install --editable .
- cd content && npm install && cd ..
- sed -i "s/RELATIVE_URLS = True/RELATIVE_URLS = False/" pelicanconf.py
- pelican content
artifacts:
......@@ -29,6 +30,4 @@ deploy:
- build
script:
- apt-get install -y --force-yes rsync
- scp -r output/* mazenod@192.168.100.59:~/public_html/
- rsync -az --exclude '_' -e ssh output/ mazenod@192.168.100.59:~/public_html/
- rsync -az --exclude '_' -e ssh output/ $USERNAME@$HOST:~/public_html/
......@@ -7,6 +7,9 @@ AUTHOR = 'Vincent Mazenod'
SITENAME = 'Vincent Mazenod / ingénieur d\'études'
SITELOGO = 'images/mazenovi.png'
FAVICON = 'images/favicon.ico'
SITEURL = 'https://fc.isima.fr/~mazenod'
DISQUS_SITENAME = 'limos-1'
DISQUS_SHORTNAME = 'mazenovi'
LINKS = (
(
......@@ -79,8 +82,6 @@ CC_LICENSE_COMMERCIAL = "no"
# comment CC_* vars and uncommment CUSTOM LICENSE TO ENABLE IT
DISQUS_SITENAME = 'limos'
DISPLAY_TAGS_ON_SIDEBAR = True
TAG_CLOUD_STEPS = 8
TAG_CLOUD_MAX_ITEMS = 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment