summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/images/bg.pngbin828134 -> 2416724 bytes
-rw-r--r--html/index.html2
-rw-r--r--html/rss.xml20
-rw-r--r--html/style.css4
4 files changed, 13 insertions, 13 deletions
diff --git a/html/images/bg.png b/html/images/bg.png
index a47e8bf..d08f9ed 100644
--- a/html/images/bg.png
+++ b/html/images/bg.png
Binary files differ
diff --git a/html/index.html b/html/index.html
index c89464d..13b7128 100644
--- a/html/index.html
+++ b/html/index.html
@@ -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>
diff --git a/html/rss.xml b/html/rss.xml
index df0b6ca..5b576e1 100644
--- a/html/rss.xml
+++ b/html/rss.xml
@@ -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>
diff --git a/html/style.css b/html/style.css
index 06f7c5d..9ecf486 100644
--- a/html/style.css
+++ b/html/style.css
@@ -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;