mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Update to the new location of the server
This commit is contained in:
parent
d6dda0a167
commit
f01632061a
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue