diff options
author | davidovski <david@davidovski.xyz> | 2023-07-21 11:05:15 +0200 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-08-09 02:42:03 +0100 |
commit | f298c481fd08b58a26e17b1c36ced8128440dbf7 (patch) | |
tree | 322bb1788fdf4c4f6a5c43fc33200c5cb7647810 /entries/welcome.html | |
parent | 9ac6c99826fc6a4deacd1fb2ead47920cf66cdcd (diff) |
move non-executables to site subdir
Diffstat (limited to 'entries/welcome.html')
-rwxr-xr-x | entries/welcome.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/entries/welcome.html b/entries/welcome.html deleted file mode 100755 index 5d34602..0000000 --- a/entries/welcome.html +++ /dev/null @@ -1,11 +0,0 @@ -#!./entries.sh - -# welcome - -welcome. i decided to turn this webpage 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](https://b.davidovski.xyz) using [nanoblogger](http://nanoblogger.sourceforge.net/) (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](https://github.com/davidovski/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 |