From bf9e0baef09a5e70b7129bcf117081af4a8b4af2 Mon Sep 17 00:00:00 2001 From: fzorb Date: Tue, 19 Nov 2024 20:40:51 +0200 Subject: [PATCH] add thoguths & whoami --- config.toml | 8 ++++++-- content/_index.md | 37 +++++++++++++++++++++++-------------- content/thoughts/_index.md | 4 ++++ content/thoughts/wii.md | 6 ++++++ content/whoami.md | 13 +++++++++++++ 5 files changed, 52 insertions(+), 16 deletions(-) create mode 100644 content/thoughts/_index.md create mode 100644 content/thoughts/wii.md create mode 100644 content/whoami.md diff --git a/config.toml b/config.toml index a07a162..7503f3f 100644 --- a/config.toml +++ b/config.toml @@ -19,10 +19,14 @@ pageRef = "/services" weight = 30 [[menus.main]] -name = "File Uploader" -pageRef = "/upload" +name = "Thoughts" +pageRef = "/thoughts" weight = 40 +[[menus.main]] +name = "File Uploader" +pageRef = "/upload" +weight = 50 [markup.goldmark.renderer] unsafe = true \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 3c630f1..78cc7a7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -11,24 +11,33 @@ Currently I can be found at the following places. **Discord**: [@fzorbie](https://discord.com/users/1133639224030150656) **Telegram**: [@fzorb](https://t.me/fzorb) **Matrix**: @fzorb:m.fzorb.xyz -**Gitea**: [@fzorb@git.fzorb.xyz](https://git.fzorb.xyz/fzorb) -**Github**: [@fzorb@github.com](https://github.com/fzorb) +**Git**: [@fzorb@git.fzorb.xyz](https://git.fzorb.xyz/fzorb) or alternatively [@fzorb@github.com](https://github.com/fzorb) **Fediverse**: [@fzorb@p.fzorb.xyz](https://p.fzorb.xyz/users/fzorb) **LastFM**: [@fzorb](https://www.last.fm/user/fzorb) **Public Key**: https://fzorb.xyz/pub.asc -### Services: -* [4get](https://search.fzorb.xyz) - a proxy search engine that doesn't suck. -* [Nitter](https://nitter.fzorb.xyz) - a free and open source alternative Twitter front-end focused on privacy and performance -* [Zorbmail](https://mail.fzorb.xyz) - an invite only email server. Contact me for access. Custom domains welcome. -* [Matrix](https://m.fzorb.xyz) - a matrix server ran using [conduwuit](https://conduwuit.puppyirl.gay/) -* [earthwalker](https://earth.fzorb.xyz) - Earthwalker is a game of a similar concept to GeoGuessr. [source](https://gitlab.com/glatteis/earthwalker) -* [Git server](https://git.fzorb.xyz) - yet another Gitea-based git server. -* [Pleroma](https://p.fzorb.xyz/) - a Pleroma server -* [Mumble](mumble://fzorb.xyz:5002) - a simple mumble server +**Stuff I host**: [/services](/services) +**About me**: [/whoami](/whoami) +**** +

+fzorb +bokku +zorbmail +frantech +debian +no javascript +lynx +zx86 +vim +linux kernel +gitea +firefox +xkcd +monero +fsf +lilrib +

-*I go into more detail [here](/services/)* - -[![](/badges/fzorb.gif)](https://fzorb.xyz) [![](/badges/bokku.gif)](https://bokku.xyz) [![](/badges/zorbmail.gif)](https://mail.fzorb.xyz) [![](/badges/frantech.gif)](https://frantech.ca) [![](/badges/powered-by-debian.gif)](https://debian.org) ![](/badges/nojs.gif) [![](/badges/lynx.gif)](https://lynx.invisible-island.net/) [![](/badges/zx86.gif)](https://zx86.org)[![](/badges/vim2.gif)](https://www.vim.org) [](/badges/iebad.gif) [![](/badges/penguins.gif)](https://kernel.org) [![](/badges/gitea.gif)](https://git.fzorb.xyz/fzorb/website) [![](/badges/firefox3.gif)](https://mozilla.org) [![](/badges/xkcd.gif)](https://xkcd.com) [![](/badges/monero-now.gif)](https://getmonero.org) [![](/badges/best_free.gif)](https://fsf.org) ![](/badges/lilrib.gif) +**** ### Latest posts: \ No newline at end of file diff --git a/content/thoughts/_index.md b/content/thoughts/_index.md new file mode 100644 index 0000000..109adf2 --- /dev/null +++ b/content/thoughts/_index.md @@ -0,0 +1,4 @@ +--- +title: "Thoughts" +--- +Small posts about random stuff that's been going through my head lately \ No newline at end of file diff --git a/content/thoughts/wii.md b/content/thoughts/wii.md new file mode 100644 index 0000000..a766c2b --- /dev/null +++ b/content/thoughts/wii.md @@ -0,0 +1,6 @@ ++++ +title = 'Happy 18th birthday, Nintendo Wii!' +date = 2024-11-19T20:38:57+02:00 +draft = false ++++ +This guy can drink now! \ No newline at end of file diff --git a/content/whoami.md b/content/whoami.md new file mode 100644 index 0000000..37759dc --- /dev/null +++ b/content/whoami.md @@ -0,0 +1,13 @@ +--- +title: "Who am I?" +type: "page" +url: "/whoami/" +--- + +I am Fzorb. I am a Romanian living in Bucharest, a computer enthusiast, a train nerd, and also a big fan of cats (and rodents). + +I can program in Ruby, PHP, Python and I am currently learning C. Generally I program web related stuff, since that's my main field of interest, however, I might work on other stuff in the future, who knows? + +I've worked on a bunch of projects, but very little of them are noteworthy. + +I am also a sysadmin, so that's cool I guess. \ No newline at end of file