diff --git a/config.yml b/config.yml deleted file mode 100644 index 64b6d61..0000000 --- a/config.yml +++ /dev/null @@ -1,24 +0,0 @@ -baseURL: 'https://fzorb.xyz/' -languageCode: 'en-us' -title: "FzOrb's blog" -theme: 'zmin' -menus: - main: - - name: Home - pageRef: / - weight: 10 - - name: Technology - pageRef: /technology - weight: 20 - - name: Trains - pageRef: /trains - weight: 30 - - name: Miscellaneous - pageRef: /misc - weight: 40 - - name: Donate - pageRef: /donate - weight: 50 - - name: Services - pageRef: /services - weight: 60 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index ce78fc6..09a2beb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,11 +10,17 @@ Currently I can be found at the following places. **Twitter/X**: [@fzorbie](https://twitter.com/fzorbie) **Discord**: [@fzorbie](https://discord.com/users/1133639224030150656) **Telegram**: [@fzorb](https://t.me/fzorb) -**Matrix**: @fzorb:m.fzorb.xyz +**Matrix**: @fzorb:m.fzorb.xyz +**Fediverse**: [@fzorb@trillium.cc](https://trillium.cc/users/fzorb) -### Computers: -**Laptop**: Lenovo Thinkpad T420 With Intel Core i5-2520, Nvidia NVS 4200M, 8gb of DDR3 ram. Running Fedora Workstation 40. -**Desktop**: Ryzen 5 4600G, Nvidia GTX 1650, 32GB of DDR4 ram. Running Debian GNU/Linux and Windows 10 LTSC. -**Secondary Desktop**: Lenovo Thinkcentre M71 Intel Core i5-4440, 16GB of DDR3 ram. Running Windows 10. +### Services: +* [LibreY](https://search.fzorb.xyz) - javascript free privacy respecting meta search engine +* [Nitter](https://nitter.fzorb.xyz) - a free and open source alternative Twitter front-end focused on privacy and performance +* [Wastetape](https://files.fzorb.xyz) - a free temporary (or permament) file uploader +* Personal E-Mail server - an email server ran using [docker-mailserver](https://docker-mailserver.github.io/docker-mailserver/latest/) +* [Matrix](https://m.fzorb.xyz) - a private 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) + +*I go into more detail [here](/services/)* ### Latest posts: \ No newline at end of file diff --git a/content/misc/_index.md b/content/misc/_index.md deleted file mode 100644 index 8417087..0000000 --- a/content/misc/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Miscellaneous" ---- -Talking about topics that don't enter in any other category. \ No newline at end of file diff --git a/content/misc/prague-shooting.md b/content/misc/prague-shooting.md deleted file mode 100644 index a0811c6..0000000 --- a/content/misc/prague-shooting.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = 'Prague Shooting' -date = 2023-12-22T17:27:01+02:00 -draft = false -+++ -![5 students on the roof of Charles University, evading the shooter](/pictures/prague.png) -*5 students on the roof of Charles University, evading the shooter* - - -Yesterday, one of my Czech friends told me about a school shooting in Prague. I thought he was joking, as he always jokes about this kind of stuff, so I looked it up. I was shocked. I have nothing but condolences towards the students of the school and the parents of the dead. I cannot believe this happened in Prague. We're living in a crazy world. \ No newline at end of file diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..fad6994 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +title: "Blog" +--- +Here I'll be talking about a bunch of things. \ No newline at end of file diff --git a/content/trains/a-trip-to-the-CFR-museum.md b/content/posts/a-trip-to-the-CFR-museum.md similarity index 100% rename from content/trains/a-trip-to-the-CFR-museum.md rename to content/posts/a-trip-to-the-CFR-museum.md diff --git a/content/trains/altsom-coardia-stream.md b/content/posts/altsom-coardia-stream.md similarity index 100% rename from content/trains/altsom-coardia-stream.md rename to content/posts/altsom-coardia-stream.md diff --git a/content/technology/how-not-to-use-cloudflare.md b/content/posts/how-not-to-use-cloudflare.md similarity index 100% rename from content/technology/how-not-to-use-cloudflare.md rename to content/posts/how-not-to-use-cloudflare.md diff --git a/content/technology/my-servers-2023.md b/content/posts/my-servers-2023.md similarity index 100% rename from content/technology/my-servers-2023.md rename to content/posts/my-servers-2023.md diff --git a/content/technology/nitter.md b/content/posts/nitter.md similarity index 96% rename from content/technology/nitter.md rename to content/posts/nitter.md index 522ebcb..774692b 100644 --- a/content/technology/nitter.md +++ b/content/posts/nitter.md @@ -10,7 +10,7 @@ We will be using [Privacydevel's Nitter fork](https://github.com/PrivacyDevel/ni ### Prerequisites: * A Linux server with Docker and Docker-compose installed * A few twitter accounts -* A machine with a residential IP +* A machine with a residential IP (for logging into your twitter alts, nothing else. You can use a smartphone for this) ### Step 1. Getting accounts For this you will need a residential IP, as the login script won't work otherwise. You can simply run it on your computer or on your phone using something like Termux. diff --git a/content/technology/running-a-fediverse-server.md b/content/posts/running-a-fediverse-server.md similarity index 100% rename from content/technology/running-a-fediverse-server.md rename to content/posts/running-a-fediverse-server.md diff --git a/content/technology/running-a-music-server.md b/content/posts/running-a-music-server.md similarity index 100% rename from content/technology/running-a-music-server.md rename to content/posts/running-a-music-server.md diff --git a/content/technology/_index.md b/content/technology/_index.md deleted file mode 100644 index d04a049..0000000 --- a/content/technology/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'Technology' ---- -This is the part of the site where I ramble about technology. I believe in free as in freedom software, but sometimes it is hard to not sin and bite the forbidden... window? I exclusively use Linux for my servers though. \ No newline at end of file diff --git a/content/trains/_index.md b/content/trains/_index.md deleted file mode 100644 index b306102..0000000 --- a/content/trains/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Trains" ---- -I like trains. Don't only think I'll only ramble about regular trains, I'll also ramble about Metro trains and trams, they're trains after all, right? \ No newline at end of file diff --git a/content/trains/the-former-railway-in-the-childrens-park.md b/content/trains/the-former-railway-in-the-childrens-park.md deleted file mode 100644 index fb109ec..0000000 --- a/content/trains/the-former-railway-in-the-childrens-park.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = "The Former Railway in the Children's \"city\" in Bucharest" -date = 2024-03-28T11:09:41+02:00 -draft = true -+++ -In 1976, a new Park in the neighbourhood of Berceni, a neigbouirhood whose purpose was housing the workers of the IMGB factory, was inaugurated. It included many attractions, but the most interesting thing was the railway. - -There were 2 locomotives and 4 carriages for passengers. They were built by 23 August Works (now FAUR) and at first ran on batteries, but in the 90s, one locomotive was converted to diesel traction, using a tractor motor and the other scrapped for parts. - -Until 1991, it ran gracefully, but then, "Thomas" got rented by private entitites and in 2002, he was locked up. In the meantime, a lot of the rail's bolts were stolen, but the rails were not, due to the fact that they were mounted by ITB, the communist era transport operator, which welded the rails with the buffers. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index f9ec3eb..4c6ac48 100644 --- a/hugo.toml +++ b/hugo.toml @@ -9,20 +9,10 @@ pageRef = "/" weight = 10 [[menus.main]] -name = "Technology" -pageRef = "/technology" +name = "Blog Posts" +pageRef = "/posts" weight = 20 -[[menus.main]] -name = "Trains" -pageRef = "/trains" -weight = 30 - -[[menus.main]] -name = "Miscellaneous" -pageRef = "/misc" -weight = 40 - [[menus.main]] name = "Donate" pageRef = "/donate" diff --git a/themes/zmin b/themes/zmin index 7d3809c..aeda3d8 160000 --- a/themes/zmin +++ b/themes/zmin @@ -1 +1 @@ -Subproject commit 7d3809cdd9e953f5bdd18a4daee2108a401cea31 +Subproject commit aeda3d8c47d88049886605719da4bf4f970d0f9d