diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-14 17:30:00 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-14 17:30:00 -0500 |
commit | 2d70a0e45d9aef986cb3049de01978b56d830272 (patch) | |
tree | 96ab548f5e7fdcd23571f821dcb487f2ede45a27 /Makefile | |
parent | e8323c71bb5f3fdd82c3159000dbc76ec5fdab51 (diff) | |
download | 53hor-2d70a0e45d9aef986cb3049de01978b56d830272.tar.xz 53hor-2d70a0e45d9aef986cb3049de01978b56d830272.zip |
updated drafts, added live to makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,3 +23,5 @@ post: sed -i '' "s#</channel> </rss>#<item> <title>$$TITLE</title> <pubDate>$$LONG_DATE</pubDate> <link>https://www.53hor.net/$$FILENAME</link> <guid>https://www.53hor.net/$$FILENAME</guid> </item>\n</channel> </rss>#" rss.xml; \ sed -i '' "s#<ul id=\"index\">#<ul id=\"index\">\n<li> <a href=\"/$$FILENAME\">$$TITLE <code>$$LONG_DATE</code> </a> </li>#" index.html +live: + rsync -r ./* adam@53hor.net:/srv/www/53hor.net/ |