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
...@@ -18,6 +18,7 @@ build: ...@@ -18,6 +18,7 @@ build:
- pip install --upgrade pip - pip install --upgrade pip
- pip install --editable . - pip install --editable .
- cd content && npm install && cd .. - cd content && npm install && cd ..
- sed -i "s/RELATIVE_URLS = True/RELATIVE_URLS = False/" pelicanconf.py
- pelican content - pelican content
artifacts: artifacts:
...@@ -29,6 +30,4 @@ deploy: ...@@ -29,6 +30,4 @@ deploy:
- build - build
script: script:
- apt-get install -y --force-yes rsync - 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/ - rsync -az --exclude '_' -e ssh output/ $USERNAME@$HOST:~/public_html/
...@@ -7,6 +7,9 @@ AUTHOR = 'Vincent Mazenod' ...@@ -7,6 +7,9 @@ AUTHOR = 'Vincent Mazenod'
SITENAME = 'Vincent Mazenod / ingénieur d\'études' SITENAME = 'Vincent Mazenod / ingénieur d\'études'
SITELOGO = 'images/mazenovi.png' SITELOGO = 'images/mazenovi.png'
FAVICON = 'images/favicon.ico' FAVICON = 'images/favicon.ico'
SITEURL = 'https://fc.isima.fr/~mazenod'
DISQUS_SITENAME = 'limos-1'
DISQUS_SHORTNAME = 'mazenovi'
LINKS = ( LINKS = (
( (
...@@ -79,8 +82,6 @@ CC_LICENSE_COMMERCIAL = "no" ...@@ -79,8 +82,6 @@ CC_LICENSE_COMMERCIAL = "no"
# comment CC_* vars and uncommment CUSTOM LICENSE TO ENABLE IT # comment CC_* vars and uncommment CUSTOM LICENSE TO ENABLE IT
DISQUS_SITENAME = 'limos'
DISPLAY_TAGS_ON_SIDEBAR = True DISPLAY_TAGS_ON_SIDEBAR = True
TAG_CLOUD_STEPS = 8 TAG_CLOUD_STEPS = 8
TAG_CLOUD_MAX_ITEMS = 20 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