diff --git a/build.py b/build.py index 815a759..45d8982 100644 --- a/build.py +++ b/build.py @@ -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: diff --git a/html/images/bg.png b/html/images/bg.png index a47e8bf..d08f9ed 100644 Binary files a/html/images/bg.png and b/html/images/bg.png 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 @@
-

Hi, I'm david and this is my place in the wired where I dump various files, write blogs and whatever I feel like.

+

Hi, I'm david and this is my place on the net where I dump various files, write blogs and whatever I feel like.

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.

if you want to contact me, you can message me on matrix @davidovski:matrix.org (i will make my own homeserver soon ok?) or discord iksvo#6239. I'll be also happy to reply to any emails, linked at the top of the page

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 @@ https://davidovski.xyz davidovski's site - welcome - https://davidovski.xyz/https://davidovski.xyz/entries/welcome.html - Sun, 08 Aug 2021 04:23:07 - 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.

-

originally i was going to make this blog on b.davidovski.xyz using nanoblogger (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: kblg. 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?)

-

anyway thats all for now, cya

-

~davidovski

]]>
-
- - ssh_forwarding https://davidovski.xyz/https://davidovski.xyz/entries/ssh_forwarding.html Fri, 27 Aug 2021 03:01:02 @@ -67,5 +57,15 @@ WantedBy=default.target

However this command assumes that the remote user has access to sudo with NO PASSWORD. Alternatively you could create a similar service (this time as a system service) on the remote server running the socat commands.

]]>
+ + welcome + https://davidovski.xyz/https://davidovski.xyz/entries/welcome.html + Sun, 08 Aug 2021 04:23:07 + 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.

+

originally i was going to make this blog on b.davidovski.xyz using nanoblogger (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: kblg. 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?)

+

anyway thats all for now, cya

+

~davidovski

]]>
+
+ 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; diff --git a/images/bg.png b/images/bg.png index a47e8bf..d08f9ed 100644 Binary files a/images/bg.png and b/images/bg.png differ diff --git a/templates/about.html b/templates/about.html index 17b2883..7a7f30f 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,7 +1,7 @@
-

Hi, I'm david and this is my place in the wired where I dump various files, write blogs and whatever I feel like.

+

Hi, I'm david and this is my place on the net where I dump various files, write blogs and whatever I feel like.

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.

if you want to contact me, you can message me on matrix @davidovski:matrix.org (i will make my own homeserver soon ok?) or discord iksvo#6239. I'll be also happy to reply to any emails, linked at the top of the page