Updating site via make at 2024-02-17T18:42:00+02:00
This commit is contained in:
parent
9bac3788c2
commit
4f3359f5c9
4
feed.xml
4
feed.xml
|
@ -4,8 +4,8 @@
|
||||||
<title>siina.monster</title>
|
<title>siina.monster</title>
|
||||||
<link>https://siina.monster/</link>
|
<link>https://siina.monster/</link>
|
||||||
<description>thoughts and notes and stuff</description>
|
<description>thoughts and notes and stuff</description>
|
||||||
<pubDate>Sat, 17 Feb 2024 16:35:03 GMT</pubDate>
|
<pubDate>Sat, 17 Feb 2024 16:41:57 GMT</pubDate>
|
||||||
<lastBuildDate>Sat, 17 Feb 2024 16:35:03 GMT</lastBuildDate>
|
<lastBuildDate>Sat, 17 Feb 2024 16:41:57 GMT</lastBuildDate>
|
||||||
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
|
||||||
<generator>noter</generator>
|
<generator>noter</generator>
|
||||||
<item>
|
<item>
|
||||||
|
|
20
index.html
20
index.html
|
@ -10,7 +10,7 @@
|
||||||
<!-- those who seek, shall see - but thy shall be prepared... -->
|
<!-- those who seek, shall see - but thy shall be prepared... -->
|
||||||
<link rel='icon' type='image/png' href=''>
|
<link rel='icon' type='image/png' href=''>
|
||||||
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
|
<link rel='alternate' type='application/atom+xml' title=rss href='/feed.xml' />
|
||||||
<meta name='last-generated' content='2024-02-17 18:35:03' />
|
<meta name='last-generated' content='2024-02-17 18:41:57' />
|
||||||
<style>
|
<style>
|
||||||
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||||
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||||
|
@ -53,9 +53,7 @@ note {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
code {
|
code, pre {
|
||||||
padding-top: 8px;
|
|
||||||
padding-bottom: 8px;
|
|
||||||
color: #00ff62b5;
|
color: #00ff62b5;
|
||||||
font-family: "Lucida Console", "Courier New", monospace;
|
font-family: "Lucida Console", "Courier New", monospace;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
@ -125,19 +123,19 @@ used to hugo doing all the work for me. :')</p>
|
||||||
<p>Over the next few days I hope to get even more stuff done with it! I
|
<p>Over the next few days I hope to get even more stuff done with it! I
|
||||||
already have ideas of writing a script that'll append stuff to this so I can
|
already have ideas of writing a script that'll append stuff to this so I can
|
||||||
take small notes throughout the day. Something like
|
take small notes throughout the day. Something like
|
||||||
<code>
|
<pre>
|
||||||
$ noter "I think I did the thing today, yay!"
|
$ noter "I think I did the thing today, yay!"
|
||||||
</code>
|
</pre>
|
||||||
appending
|
appending
|
||||||
<code>
|
<pre>
|
||||||
<p>I think I did the thing today, yay!</p>
|
<p>I think I did the thing today, yay!</p>
|
||||||
</code>
|
</pre>
|
||||||
to the txt file and running make to update and publish the text.</p>
|
to the txt file and running make to update and publish the text. 🤔</p>
|
||||||
<p>🤔</p></br>
|
<p>(Helps to use pre instead of code tags)</p></br>
|
||||||
</div>
|
</div>
|
||||||
<div class='generated-with'>generated with <a href='https://code.criminallycute.fi/siina/noter'>noter</a></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='back-to-top'><a href='#'>Back to Top</a></div>
|
||||||
<div class='last-updated'>last Updated: 2024-02-17 18:35:03</div>
|
<div class='last-updated'>last Updated: 2024-02-17 18:41:57</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue