Updating site via make at 2024-02-17T18:40:11+02:00
This commit is contained in:
parent
3006f4ae9d
commit
e64cd75a7d
|
@ -20,5 +20,4 @@ appending
|
|||
<code>
|
||||
<p>I think I did the thing today, yay!</p>
|
||||
</code>
|
||||
to the txt file and running make to update and publish the text.</p>
|
||||
<p>🤔</p>
|
||||
to the txt file and running make to update and publish the text. 🤔</p>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<title>siina.monster</title>
|
||||
<link>https://siina.monster/</link>
|
||||
<description>thoughts and notes and stuff</description>
|
||||
<pubDate>Sat, 17 Feb 2024 16:33:58 GMT</pubDate>
|
||||
<lastBuildDate>Sat, 17 Feb 2024 16:33:58 GMT</lastBuildDate>
|
||||
<pubDate>Sat, 17 Feb 2024 16:40:11 GMT</pubDate>
|
||||
<lastBuildDate>Sat, 17 Feb 2024 16:40:11 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:33:58' />
|
||||
<meta name='last-generated' content='2024-02-17 18:40:11' />
|
||||
<style>
|
||||
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||
|
@ -54,6 +54,8 @@ note {
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
code {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
color: #00ff62b5;
|
||||
font-family: "Lucida Console", "Courier New", monospace;
|
||||
white-space: pre-wrap;
|
||||
|
@ -130,12 +132,11 @@ appending
|
|||
<code>
|
||||
<p>I think I did the thing today, yay!</p>
|
||||
</code>
|
||||
to the txt file and running make to update and publish the text.</p>
|
||||
<p>🤔</p></br>
|
||||
to the txt file and running make to update and publish the text. 🤔</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:33:58</div>
|
||||
<div class='last-updated'>last Updated: 2024-02-17 18:40:11</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue