Update to the new location of the server

This commit is contained in:
Alexis Métaireau 2016-02-10 21:19:38 +01:00
parent d6dda0a167
commit f01632061a
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build:
$(PELICAN) -s pelican.conf.py content $(PELICAN) -s pelican.conf.py content
upload: build upload: build
rsync -e "ssh -p 22" -P -rvz --delete output/* files:/home/www/notmyidea.org/blog rsync -P -rvz --delete output/* artichaut:/home/www/blog.notmyidea.org
serve: build serve: build
cd output && python -m pelican.server 8000 cd output && python -m pelican.server 8000

View file

@ -37,7 +37,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/poole.css"/> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/poole.css"/>
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/syntax.css"/> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/syntax.css"/>
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/lanyon.css"/> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/lanyon.css"/>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/styles.css"/> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/styles.css"/>
{% endblock head %} {% endblock head %}
</head> </head>