mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Add a makefile to publish to my blog.
This commit is contained in:
parent
f4bd36b3b0
commit
174059aec1
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
build:
|
||||||
|
pelican -s pelican.conf.py .
|
||||||
|
upload: build
|
||||||
|
scp -rP 20004 output/* alexis@notmyidea.org:/usr/local/www/notmyidea.org/blog
|
||||||
|
curl http://notmyidea.org/reload
|
Loading…
Reference in a new issue