This commit is contained in:
davidovski 2021-09-01 02:45:04 +01:00 committed by davidovski
parent 459fa8f48a
commit 9a2677420a
7 changed files with 15 additions and 15 deletions

View File

@ -109,7 +109,7 @@ def make():
[
formatEntry(item_templ, page).replace("%content%", page["html"])
for page in pages
]
][: : -1]
)
with open(os.path.join(dist, "rss.xml"), "w") as index:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 809 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -38,7 +38,7 @@
<div class="grid">
<div class="about">
<p>Hi, I'm david and this is my place in the wired where I dump various files, write blogs and whatever I feel like.</p>
<p>Hi, I'm david and this is my place on the net where I dump various files, write blogs and whatever I feel like.</p>
<p>Feel free to explore the above links, or scroll through below. This site is still under contruction... permanently. So expect it to look better (or worse) in the future.</p>
<p>if you want to contact me, you can message me on matrix <code>@davidovski:matrix.org</code> (i will make my own homeserver soon ok?) or discord <code>iksvo#6239</code>. I'll be also happy to reply to any emails, linked at the top of the page</p>

View File

@ -6,16 +6,6 @@
<link>https://davidovski.xyz</link>
<description>davidovski's site</description>
<item>
<title>welcome</title>
<link>https://davidovski.xyz/https://davidovski.xyz/entries/welcome.html</link>
<pubDate>Sun, 08 Aug 2021 04:23:07</pubDate>
<description><![CDATA[<p>welcome. i decided to turn this wepage into blog-style site... i havent got a topic or anything, so expect either: quality tutorials and very interesting techy things; or just random shitposts or rambles about things.</p>
<p>originally i was going to make this blog on <a href="https://b.davidovski.xyz">b.davidovski.xyz</a> using <a href="http://nanoblogger.sourceforge.net/">nanoblogger</a> (you might be able to still see the start of that) but nb itself seemed quite dead, and i couldn't really be asked to customise it all myself. So i made my own script to generate this static site: <a href="https://github.com/davidovski/kblg/">kblg</a>. Right now its probably just the bare minimum needed for this, but I am planning to add more things to it as I go along (including rss, if anyone would be interested?)</p>
<p>anyway thats all for now, cya</p>
<p>~davidovski</p>]]></description>
</item>
<item>
<title>ssh_forwarding</title>
<link>https://davidovski.xyz/https://davidovski.xyz/entries/ssh_forwarding.html</link>
<pubDate>Fri, 27 Aug 2021 03:01:02</pubDate>
@ -67,5 +57,15 @@ WantedBy=default.target
<p>However this command assumes that the remote user has access to sudo with <strong>NO PASSWORD</strong>. Alternatively you could create a similar service (this time as a system service) on the remote server running the socat commands.</p>]]></description>
</item>
<item>
<title>welcome</title>
<link>https://davidovski.xyz/https://davidovski.xyz/entries/welcome.html</link>
<pubDate>Sun, 08 Aug 2021 04:23:07</pubDate>
<description><![CDATA[<p>welcome. i decided to turn this wepage into blog-style site... i havent got a topic or anything, so expect either: quality tutorials and very interesting techy things; or just random shitposts or rambles about things.</p>
<p>originally i was going to make this blog on <a href="https://b.davidovski.xyz">b.davidovski.xyz</a> using <a href="http://nanoblogger.sourceforge.net/">nanoblogger</a> (you might be able to still see the start of that) but nb itself seemed quite dead, and i couldn't really be asked to customise it all myself. So i made my own script to generate this static site: <a href="https://github.com/davidovski/kblg/">kblg</a>. Right now its probably just the bare minimum needed for this, but I am planning to add more things to it as I go along (including rss, if anyone would be interested?)</p>
<p>anyway thats all for now, cya</p>
<p>~davidovski</p>]]></description>
</item>
</channel>
</rss>

View File

@ -20,8 +20,8 @@
}
body {
background-color: var(--bg);
background-image: url("https://davidovski.xyz/images/bg.png");
background-color: var(--bg-light);
/*background-image: url("https://davidovski.xyz/images/bg.png");*/
background-position: absolute;
background-repeat: no-repeat;
background-size: cover;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 809 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -1,7 +1,7 @@
<div class="grid">
<div class="about">
<p>Hi, I'm david and this is my place in the wired where I dump various files, write blogs and whatever I feel like.</p>
<p>Hi, I'm david and this is my place on the net where I dump various files, write blogs and whatever I feel like.</p>
<p>Feel free to explore the above links, or scroll through below. This site is still under contruction... permanently. So expect it to look better (or worse) in the future.</p>
<p>if you want to contact me, you can message me on matrix <code>@davidovski:matrix.org</code> (i will make my own homeserver soon ok?) or discord <code>iksvo#6239</code>. I'll be also happy to reply to any emails, linked at the top of the page</p>