Updating site via make at 2024-04-14T19:39:03+03:00
This commit is contained in:
parent
6c340e4045
commit
50c6f6b021
2 changed files with 109 additions and 15 deletions
|
@ -1,30 +1,36 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<rss version="2.0">
|
<rss version="2.0">
|
||||||
<channel>
|
<channel>
|
||||||
<title>siina.monster</title>
|
<title>siina.monster notes</title>
|
||||||
<link>https://siina.monster/</link>
|
<link>https://siina.monster</link>
|
||||||
<description>thoughts and notes and stuff</description>
|
<description>siina's random notes</description>
|
||||||
<pubDate>su, 03 maalis 2024 13:25:40 GMT</pubDate>
|
<pubDate>Sun, 14 Apr 2024 16:38:54 GMT</pubDate>
|
||||||
<lastBuildDate>su, 03 maalis 2024 13:25:40 GMT</lastBuildDate>
|
<lastBuildDate>Sun, 14 Apr 2024 16:38:54 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>
|
||||||
|
<title>2024-04-14</title>
|
||||||
|
<link>#2024-04-14</link>
|
||||||
|
<description>This is mostly a test post.</description>
|
||||||
|
<pubDate>Sun, 14 Apr 2024 00:00:00 GMT</pubDate>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>2024-02-28</title>
|
<title>2024-02-28</title>
|
||||||
<link>#2024-02-28</link>
|
<link>#2024-02-28</link>
|
||||||
<description><p>To get faster steam downloads in linux:<br></description>
|
<description><p>To get faster steam downloads in linux:<br></description>
|
||||||
<pubDate>ke, 28 helmi 2024 00:00:00 GMT</pubDate>
|
<pubDate>Wed, 28 Feb 2024 00:00:00 GMT</pubDate>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>2024-02-23</title>
|
<title>2024-02-23</title>
|
||||||
<link>#2024-02-23</link>
|
<link>#2024-02-23</link>
|
||||||
<description>I think that the rss feed should be fixed now.</description>
|
<description>I think that the rss feed should be fixed now.</description>
|
||||||
<pubDate>pe, 23 helmi 2024 00:00:00 GMT</pubDate>
|
<pubDate>Fri, 23 Feb 2024 00:00:00 GMT</pubDate>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<title>2024-02-17</title>
|
<title>2024-02-17</title>
|
||||||
<link>#2024-02-17</link>
|
<link>#2024-02-17</link>
|
||||||
<description><p>This is the first thing written by using a modified version of <a</description>
|
<description><p>This is the first thing written by using a modified version of <a</description>
|
||||||
<pubDate>la, 17 helmi 2024 00:00:00 GMT</pubDate>
|
<pubDate>Sat, 17 Feb 2024 00:00:00 GMT</pubDate>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
|
@ -2,23 +2,108 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<title>4 notes | </title>
|
<title>4 notes | siina.monster notes</title>
|
||||||
<meta property='og:title' content='' />
|
<meta property='og:title' content='siina.monster notes' />
|
||||||
<meta property='og:description' content='' />
|
<meta property='og:description' content='siina's random notes' />
|
||||||
<meta property='og:type' content='blog' />
|
<meta property='og:type' content='blog' />
|
||||||
<meta property='og:generator' content='noter' />
|
<meta property='og:generator' content='noter' />
|
||||||
<!-- 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-04-14 19:36:10' />
|
<meta name='last-generated' content='2024-04-14 19:38:54' />
|
||||||
<style>
|
<style>
|
||||||
|
/* font by https://www.1001fonts.com/users/junkohanhero/ */
|
||||||
|
@font-face { font-family: header; src: url(scratch_x_black.ttf); }
|
||||||
|
body {
|
||||||
|
background-color: #0f0f0f;
|
||||||
|
color: #fff;
|
||||||
|
font-family: 'Arial Rounded MT', sans-serif;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
/* font legibility optimizations */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
max-width: 800px;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
.note {
|
||||||
|
background-color: #181717;
|
||||||
|
padding: 10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
font-family: "header", sans-serif;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
note {
|
||||||
|
color: #fff;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
color: #00ff62b5;
|
||||||
|
font-family: "Lucida Console", "Courier New", monospace;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
.back-to-top {
|
||||||
|
text-align: right;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.last-updated {
|
||||||
|
text-align: right;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
color: #888;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
a:link, a:visited, a:hover, a:active {
|
||||||
|
color: #ff7b00;
|
||||||
|
font-style: normal;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
/* le tableee */
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
border-radius: 8px;
|
||||||
|
overflow: hidden;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
padding: 10px 15px;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background: #1f1f1f;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
background: #0b0b0b;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<h1></h1><br>
|
<h1>siina.monster notes</h1><br>
|
||||||
<center></center>
|
<center><a rel='me' href='https://social.criminallycute.fi/@siina'>fedi</a> | <a href=feed.xml>rss</a></center>
|
||||||
<center><div class='top-bar'><a href='#2024-02-17'>2024</a></div></center><br>
|
<center><div class='top-bar'><a href='#2024-02-17'>2024</a></div></center><br>
|
||||||
<a name='2024-04-14'></a>
|
<a name='2024-04-14'></a>
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
@ -93,6 +178,9 @@ here</a>.</p>
|
||||||
|
|
||||||
<p><b>19:21:11</b>: Okay I think that's the last update for today</p></br>
|
<p><b>19:21:11</b>: Okay I think that's the last update for today</p></br>
|
||||||
</div>
|
</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-04-14 19:38:54</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in a new issue