Compare commits

..

3 commits

Author SHA1 Message Date
Barna Máté 24a2f214c9 remove profile picture 2024-12-18 18:20:28 +01:00
Barna Máté a879c61ead changed listeningto
- added projects
2024-12-18 18:20:20 +01:00
Barna Máté 3889767111 misc: changed listetingto 2024-10-04 08:57:07 +02:00
4 changed files with 46 additions and 16 deletions

View file

@ -0,0 +1,8 @@
---
title: "project1"
date: 2024-05-31
edited: 2024-05-31
draft: false
layout: "projects"
---

View file

@ -1,15 +1,33 @@
--- ---
title: "Projects" title: "projects"
date: 2024-05-31 date: 2024-05-31
edited: 2024-05-31 edited: 2024-05-31
draft: true draft: false
menu:
main:
weight: 2
params:
icon: code
layout: "projects" layout: "projects"
---
my projects projects:
- name: "Subtytle"
description: An ASS library written in rust
url: https://git.4o1x5.dev/4o1x5/subtytle
- name: "shades-of-purple-nvim"
description: Shades of purple Super dark for neovim
url: https://git.4o1x5.dev/4o1x5/shades-of-purple-nvim
- name: "neo2005"
description: My neovim configuration made with nixvim
url: https://git.4o1x5.dev/4o1x5/neo2005
- name: "userstyles"
description: My collection of userstyles in the shades of purple colorscheme
url: https://git.4o1x5.dev/4o1x5/userstyles
- name: "bunbun-worker"
description: A client-server library for working with RPC/Non-rpc calls via rabbitMQ. Written in rust
url: https://git.4o1x5.dev/4o1x5/bunbun-worker
- name: "i2pd-export"
description: Prometheus exporter for i2pd
url: https://git.4o1x5.dev/4o1x5/i2pd-exporter
---

View file

@ -21,13 +21,11 @@ paginate=8
customcss = ["css/purple.css", ] customcss = ["css/purple.css", ]
name="4o1x5" name="4o1x5"
about="Software developer, privacy and libre advocate." about="Software developer, privacy and libre advocate."
ListeningToTitle = "Chemically Insane - Toxic Machinery"
ListeningToUrl = "https://youtu.be/MPHx_8A-r64?si=CSUARLsTQKKfIu77&t=40"
[params.listening_to] [params.music]
title = "too late to be sorry" title = "Chassé-croisé"
artist = "CXSMPX" artist = "Ziak"
url = "https://example.com" url = "https://www.youtube.com/watch?v=QMZ0HfOjCqY"
@ -45,3 +43,9 @@ weight = 2
name = "Frontends" name = "Frontends"
url = "/page/privacy-frontends" url = "/page/privacy-frontends"
weight = 3 weight = 3
[[menu.main]]
name = "Projects"
url = "/page/projects"
weight = 4

@ -1 +1 @@
Subproject commit 2064a9fbcadfba058d4007190d325dc1cd552a17 Subproject commit 6b2246aa976a9fe1396287c88cd5409e79fe5be9