diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d260013..3adf526 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,8 @@ deploy-vps: - scp -r public/ root@shockrah.xyz:/var/www/website/ deploy-neocities: - # This might get really ugly with neocities so hang on + # This might get really ugly with neocities so hang on a while before we bother + # trying to figure how tf we deploy this thing only: refs: - neocities diff --git a/content/about.md b/content/about.md index a38b955..eab7d23 100644 --- a/content/about.md +++ b/content/about.md @@ -3,24 +3,26 @@ title: About Me description: Yes it's me Shockrah --- -# About Me - -## Hello yes - -:^) - ## Who I am -Open source software dev, looking to stop being broke. - -Creator of [Freechat](https://gitlab.com/shockrah/freechat), the best chat platform that doesn't **zucc** your data into the ether.(_its also a wip so feel free to contribute_) +Just some random on the internet that likes to make stuff. +I make confections, write code for projects I enjoy and do other random things +with my time. ## What is this site? -These are the miscellaneous musings of a madman with an internet connection. I mostly post random snippets of things I'm working on or studying. Posts on the main page are more polished that anything in the notes section which are mostly scribbles/rambles/random dev notes. +These are the miscellaneous musings of a madman with an internet connection. +I mostly post random snippets of things I'm working on or studying. +Posts on the main page are more polished that anything in the `notes` section which are mostly scribbles/rambles/random dev notes. ## Freechat and my Tin-Foil-Hat-Mode +**NOTE:** Right now the project is in desperate need of a proper client which, +while I am working on a new one is not being tracked in the project's repository +as I'm having issues finding a framework that doesn't blow. +If you have a good idea for a cross-platform frame work please check my `/contact` page. + + Similar to Discord/Slack in that you can have multiple channels to chat(text) but with no data mining. Also the API to interact with servers has been built with hackers in mind, which in this case just means its completely dead simple to get a basic client working to start chatting. I've already written some clients however so you don't have to.