changes:
- added about me in hungarian and english - forgejo blog: deleted plain linux part
This commit is contained in:
parent
43397b3501
commit
57caf15df3
10
README.md
10
README.md
|
@ -6,3 +6,13 @@
|
||||||
- Nix flakes
|
- Nix flakes
|
||||||
- [Stack theme](https://github.com/CaiJimmy/hugo-theme-stack)
|
- [Stack theme](https://github.com/CaiJimmy/hugo-theme-stack)
|
||||||
- [Folder view from hextra](https://imfing.github.io/hextra/)
|
- [Folder view from hextra](https://imfing.github.io/hextra/)
|
||||||
|
|
||||||
|
## Dev
|
||||||
|
|
||||||
|
```
|
||||||
|
nix develop
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
hugo server
|
||||||
|
```
|
||||||
|
|
|
@ -17,11 +17,20 @@
|
||||||
# icon = "git-fork"
|
# icon = "git-fork"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[[social]]
|
||||||
|
identifier = "git"
|
||||||
|
name = "Git"
|
||||||
|
url = "https://git.4o1x5.dev/4o1x5"
|
||||||
|
|
||||||
|
[social.params]
|
||||||
|
icon = "git-fork"
|
||||||
|
|
||||||
[[social]]
|
[[social]]
|
||||||
identifier = "matrix"
|
identifier = "matrix"
|
||||||
name = "Matrix"
|
name = "Matrix"
|
||||||
url = "https://matrix.to/#/@4o1x5:4o1x5.dev"
|
url = "https://matrix.to/#/@4o1x5:4o1x5.dev"
|
||||||
|
|
||||||
[social.params]
|
[social.params]
|
||||||
icon = "message"
|
icon = "message"
|
||||||
|
|
37
content/page/about-me/index.hu.md
Normal file
37
content/page/about-me/index.hu.md
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
title: "Rólam"
|
||||||
|
date: 2024-04-28
|
||||||
|
edited: 2024-04-28
|
||||||
|
draft: false
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 1
|
||||||
|
params:
|
||||||
|
icon: user
|
||||||
|
---
|
||||||
|
|
||||||
|
# 4o1x5 (2005)
|
||||||
|
|
||||||
|
Szia, látom megtaláltad az oldalamat :)
|
||||||
|
|
||||||
|
2005 (401\*5=2005) vagyok, egy szoftver fejlesztő és tesztelő diák Magyarországról.
|
||||||
|
|
||||||
|
Sok dologgal foglalkozom és sok dolgot szeretek, egy pár példaként:
|
||||||
|
|
||||||
|
- Rendszerüzemeltetés
|
||||||
|
- 4 darab szerverem van itthon és sok fajta szolgáltatást futtatok rajta mind magamnak és neked.
|
||||||
|
Főképp NixOs-t használok és Nix-ben konfigurálom őket de réggebben docker segítségével alpine-on nyomtam.
|
||||||
|
- Szoftver fejelsztés
|
||||||
|
- Az iskolában PHP-t és C#-ot tanulok amikben egyáltalán nem programozok.
|
||||||
|
Csakis Rust-ban fejlesztek manapság hiszen majdnem mindenre alkalmas amit csinálok.
|
||||||
|
Ezek mellet viszont még tudok programozni Jávában, C#-ban, Vuéban, Python-ba és mellé még egy kicsi PHP-t is tudok.
|
||||||
|
- Emellet [privacy advocate](https://www.collinsdictionary.com/dictionary/english/privacy-advocate) is vagyok
|
||||||
|
|
||||||
|
Azért hoztam létre ezt a weboldalt mert túl sok szabad processing power-em volt itthon. Illetve még azért hogy bloggoljak is egy kicsit hogy gyakoroljam a dokumentációk írását.
|
||||||
|
A posztjaim 90 százaléka kezdőknek szól hiszen sajnos még nincs olyan mély tudásom egyik témában se hogy profibb blogokat írjak :/
|
||||||
|
Remélhetőleg ez majd a közeljövőben megváltozik.
|
||||||
|
|
||||||
|
**UI: Keresek embereket akik ugyanazokban a témákban jártasak mint én. [Nyugodtan írj rám mátrixon](https://matrix.to/#/@4o1x5:4o1x5.dev)**
|
||||||
|
|
||||||
|
Tessék egy kép a macskámról :)
|
||||||
|
<img src="kitty.jpg" alt="tiger" width="400" />
|
|
@ -1,11 +1,35 @@
|
||||||
---
|
---
|
||||||
title: "About me"
|
title: "About me"
|
||||||
date: 2024-04-20
|
date: 2024-04-28
|
||||||
edited: 2024-04-21
|
edited: 2024-04-28
|
||||||
draft: true
|
draft: false
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
weight: 2
|
weight: 2
|
||||||
params:
|
params:
|
||||||
icon: user
|
icon: user
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# 4o1x5 (2005)
|
||||||
|
|
||||||
|
Hi there. I see you somehow stumbled across my site.
|
||||||
|
|
||||||
|
I'm 2005 (401\*5=2005) a highschool software developer & tester student from Hungary.
|
||||||
|
I do and like all kinds of things but out of many the following is worth mentioning:
|
||||||
|
|
||||||
|
- System administration
|
||||||
|
- I manage 4 of my servers in my Homelab. I run all kinds of services both for myself and you out there.
|
||||||
|
I mainly use NixOs and configure services in Nix, but in the past I mainly used docker-compose and alpine linux to carry out my deployments.
|
||||||
|
- Software development
|
||||||
|
- I learn C# and PHP in school which I almost never use.
|
||||||
|
I mainly develop in Rust as I find it fitting for every purpose out there.
|
||||||
|
But I also know Java, C#, Vue, Python and some PHP
|
||||||
|
- Privacy advocate
|
||||||
|
|
||||||
|
I created this site as I had too many processing power laying around. I decided to start blogging as a way to practice writing documentation and help the helpless out there (nixos wiki is hell).
|
||||||
|
My posts are aimed at newbies as I do not have much in-depth knowledge of what I'm writing about therefore I cannot go into much detail. Hopefully this will change in the future.
|
||||||
|
|
||||||
|
**Ps: I am looking for people with the same interests. [Feel free to dm me on matrix](https://matrix.to/#/@4o1x5:4o1x5.dev)**
|
||||||
|
|
||||||
|
Also here is a picture of my cat
|
||||||
|
<img src="kitty.jpg" alt="tiger" width="400" />
|
||||||
|
|
BIN
content/page/about-me/kitty.jpg
Normal file
BIN
content/page/about-me/kitty.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
|
@ -29,7 +29,7 @@ led me to leave GitHub behind and instead opt for alternative platforms like for
|
||||||
which is set to introduce [federation support](https://forgefed.org/) in the near future - similar to the fediverse. This innovative concept will enable users to contribute to each other's
|
which is set to introduce [federation support](https://forgefed.org/) in the near future - similar to the fediverse. This innovative concept will enable users to contribute to each other's
|
||||||
repositories through pull requests, issues, and comments by using their own instances, creating a more
|
repositories through pull requests, issues, and comments by using their own instances, creating a more
|
||||||
interconnected and collaborative environment. I will guide you through
|
interconnected and collaborative environment. I will guide you through
|
||||||
the process of hosting Forgejo on NixOS (and plain linux).
|
the process of hosting Forgejo on NixOS.
|
||||||
|
|
||||||
### Forgejo vs Gitea
|
### Forgejo vs Gitea
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue