diff options
author | davidovski <david@davidovski.xyz> | 2021-08-27 03:08:43 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-27 03:08:43 +0100 |
commit | 459fa8f48a8d91fe2ed7eb15b093c3346d17d129 (patch) | |
tree | dbce97edf0365812d920648030a5820e97a6b5c2 /html/entries/welcome.html | |
parent | e6eaad2eb74de4c4992d98ad6ddd2a35523cef96 (diff) |
new article, added background
Diffstat (limited to 'html/entries/welcome.html')
-rw-r--r-- | html/entries/welcome.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/html/entries/welcome.html b/html/entries/welcome.html index 48844d7..0a9caeb 100644 --- a/html/entries/welcome.html +++ b/html/entries/welcome.html @@ -35,14 +35,10 @@ </div> <hr> - <p>welcome to my site</p> - <hr> - <div class="entries"> - <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>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> - </div> </div> </body> |