Skip to content

Commit

Permalink
Update to the new location of the server
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Feb 10, 2016
1 parent d6dda0a commit f016320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ build:
$(PELICAN) -s pelican.conf.py content

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
cd output && python -m pelican.server 8000
2 changes: 1 addition & 1 deletion pelicanyan/templates/base.html
Expand Up @@ -37,7 +37,7 @@
<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/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"/>
{% endblock head %}
</head>
Expand Down

0 comments on commit f016320

Please sign in to comment.