Updating site via make at 2024-02-17T18:03:07+02:00
This commit is contained in:
parent
be34f53361
commit
6aded48101
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ write:
|
|||
./noter/writer.sh public
|
||||
|
||||
push:
|
||||
git add public
|
||||
git add -A
|
||||
git commit -m "Updating site via make at $$(date --iso=seconds)"
|
||||
git push
|
||||
|
||||
|
|
18
feed.xml
18
feed.xml
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>siina.monster</title>
|
||||
<link>https://siina.monster/</link>
|
||||
<description>thoughts and things and stuff</description>
|
||||
<pubDate>Sat, 17 Feb 2024 15:59:41 GMT</pubDate>
|
||||
<lastBuildDate>Sat, 17 Feb 2024 15:59:41 GMT</lastBuildDate>
|
||||
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
||||
<generator>noter</generator>
|
||||
<item>
|
||||
<title>2024-02-17</title>
|
||||
<link>#2024-02-17</link>
|
||||
<description>This is the first thing written by using a modified version of <a</description>
|
||||
<pubDate>Sat, 17 Feb 2024 00:00:00 GMT</pubDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
|
@ -85,7 +85,7 @@ generate_top_year_bar() {
|
|||
# feed going goddamit!
|
||||
generate_rss_feed() {
|
||||
nlog "generating rss feed"
|
||||
local rss_file="feed.xml"
|
||||
local rss_file="$publish_dir/feed.xml"
|
||||
local rss_pubdate=$(date -u +"%a, %d %b %Y %H:%M:%S GMT")
|
||||
|
||||
xml_escape() {
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
This is the first thing written by using a modified version of <a
|
||||
<p>This is the first thing written by using a modified version of <a
|
||||
href="https://k0.tel/">koutsie</a>'s <a
|
||||
href="https://code.criminallycute.fi/siina/noter">noter</a> script.
|
||||
href="https://code.criminallycute.fi/siina/noter">noter</a> script.</p>
|
||||
|
||||
<p>So far I really like it, though there's a lot more to be done to it before I
|
||||
am happy with how editable the html and things are. It's been a great
|
||||
launching point for me and I appreciate the inspiration that it has given
|
||||
me.</p>
|
||||
|
||||
<p>I just keep forgetting I have to add in paragraph tags and the like... too
|
||||
used to hugo doing all the work for me. :')</p>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<title>siina.monster</title>
|
||||
<link>https://siina.monster/</link>
|
||||
<description>thoughts and things and stuff</description>
|
||||
<pubDate>Sat, 17 Feb 2024 16:02:19 GMT</pubDate>
|
||||
<lastBuildDate>Sat, 17 Feb 2024 16:02:19 GMT</lastBuildDate>
|
||||
<pubDate>Sat, 17 Feb 2024 16:03:07 GMT</pubDate>
|
||||
<lastBuildDate>Sat, 17 Feb 2024 16:03:07 GMT</lastBuildDate>
|
||||
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
||||
<generator>noter</generator>
|
||||
<item>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<!-- those who seek, shall see - but thy shall be prepared... -->
|
||||
<link rel='icon' type='image/png' href=''>
|
||||
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
|
||||
<meta name='last-generated' content='2024-02-17 18:02:19' />
|
||||
<meta name='last-generated' content='2024-02-17 18:03:07' />
|
||||
<style>
|
||||
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||
|
@ -122,7 +122,7 @@ used to hugo doing all the work for me. :')</p></br>
|
|||
</div>
|
||||
<div class='generated-with'>generated with <a href='https://code.criminallycute.fi/siina/noter'>noter</a></div>
|
||||
<div class='back-to-top'><a href='#'>Back to Top</a></div>
|
||||
<div class='last-updated'>last Updated: 2024-02-17 18:02:19</div>
|
||||
<div class='last-updated'>last Updated: 2024-02-17 18:03:07</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue