diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | content/pages/a-propos.rst | 2 | ||||
-rw-r--r-- | content/static/CV/CV_Audric_Schiltknecht.pdf | bin | 187313 -> 160963 bytes | |||
-rw-r--r-- | pelicanconf.py | 2 | ||||
-rw-r--r-- | publishconf.py | 2 |
5 files changed, 4 insertions, 4 deletions
@@ -15,7 +15,7 @@ FTP_TARGET_DIR=/ SSH_HOST=www.chemicalstorm.org SSH_PORT=22 SSH_USER=storm -SSH_TARGET_DIR=/home/storm/www.schiltknecht.fr +SSH_TARGET_DIR=/home/storm/www.schiltknecht.org S3_BUCKET=my_s3_bucket diff --git a/content/pages/a-propos.rst b/content/pages/a-propos.rst index dac84a7..f5b4116 100644 --- a/content/pages/a-propos.rst +++ b/content/pages/a-propos.rst @@ -11,7 +11,7 @@ Cette page recense quelques informations me concernant : * Une liste de mes projets_ réalisés ou en cours * Mon TIPE_ sur la transformée de Fourier réalisé en 2007 -Vous pouvez me contacter à cette adresse : ``contact+site at schiltknecht dot fr``. +Vous pouvez me contacter à cette adresse : ``contact+site at schiltknecht dot org``. .. _CV: {filename}/pages/cv.rst .. _projets: {filename}/pages/projets.rst diff --git a/content/static/CV/CV_Audric_Schiltknecht.pdf b/content/static/CV/CV_Audric_Schiltknecht.pdf Binary files differindex fc62c08..b00f236 100644 --- a/content/static/CV/CV_Audric_Schiltknecht.pdf +++ b/content/static/CV/CV_Audric_Schiltknecht.pdf diff --git a/pelicanconf.py b/pelicanconf.py index f8af145..3661260 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -28,4 +28,4 @@ THEME = "./themes/dev-urandom" STATIC_PATHS = ['static'] # Footer text - License -FOOTER_TEXT = """This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://schiltknecht.fr" property="cc:attributionName" rel="cc:attributionURL">Audric Schiltknecht</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.""" +FOOTER_TEXT = """This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://schiltknecht.org" property="cc:attributionName" rel="cc:attributionURL">Audric Schiltknecht</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.""" diff --git a/publishconf.py b/publishconf.py index e03bb1f..f27f40e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://www.schiltknecht.fr' +SITEURL = 'http://www.schiltknecht.org' RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' |