diff --git a/README.md b/README.md index c6229f2..f1a13c9 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,13 @@ - Nix flakes - [Stack theme](https://github.com/CaiJimmy/hugo-theme-stack) - [Folder view from hextra](https://imfing.github.io/hextra/) + +## Dev + +``` +nix develop +``` + +``` +hugo server +``` diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 3f31bd8..9597e85 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -17,11 +17,20 @@ # icon = "git-fork" + + +[[social]] +identifier = "git" +name = "Git" +url = "https://git.4o1x5.dev/4o1x5" + +[social.params] +icon = "git-fork" + [[social]] identifier = "matrix" name = "Matrix" url = "https://matrix.to/#/@4o1x5:4o1x5.dev" [social.params] -icon = "message" - +icon = "message" \ No newline at end of file diff --git a/content/page/about-me/index.hu.md b/content/page/about-me/index.hu.md new file mode 100644 index 0000000..5e1cdef --- /dev/null +++ b/content/page/about-me/index.hu.md @@ -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 :) +tiger diff --git a/content/page/about-me/index.md b/content/page/about-me/index.md index 7ba15c0..deecfe2 100644 --- a/content/page/about-me/index.md +++ b/content/page/about-me/index.md @@ -1,11 +1,35 @@ --- title: "About me" -date: 2024-04-20 -edited: 2024-04-21 -draft: true +date: 2024-04-28 +edited: 2024-04-28 +draft: false menu: main: weight: 2 params: 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 +tiger diff --git a/content/page/about-me/kitty.jpg b/content/page/about-me/kitty.jpg new file mode 100644 index 0000000..48e9415 Binary files /dev/null and b/content/page/about-me/kitty.jpg differ diff --git a/content/post/guides/switch-to-forgejo-now/index.md b/content/post/guides/switch-to-forgejo-now/index.md index 4157753..0f27ef6 100644 --- a/content/post/guides/switch-to-forgejo-now/index.md +++ b/content/post/guides/switch-to-forgejo-now/index.md @@ -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 repositories through pull requests, issues, and comments by using their own instances, creating a more 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