cleaned this up a bit
Some checks failed
pipeline / deploy-job (push) Failing after 31s

This commit is contained in:
Alexandru 2024-09-09 21:29:50 +03:00
parent 84ec14745e
commit 4dabc01089
17 changed files with 19 additions and 75 deletions

View File

@ -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

View File

@ -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:

View File

@ -1,4 +0,0 @@
---
title: "Miscellaneous"
---
Talking about topics that don't enter in any other category.

View File

@ -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.

4
content/posts/_index.md Normal file
View File

@ -0,0 +1,4 @@
---
title: "Blog"
---
Here I'll be talking about a bunch of things.

View File

@ -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.

View File

@ -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.

View File

@ -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?

View File

@ -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.

View File

@ -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"

@ -1 +1 @@
Subproject commit 7d3809cdd9e953f5bdd18a4daee2108a401cea31
Subproject commit aeda3d8c47d88049886605719da4bf4f970d0f9d