diff --git a/assets/img/profile.png b/assets/img/profile.png new file mode 100644 index 0000000..2fd2081 Binary files /dev/null and b/assets/img/profile.png differ diff --git a/content/page/projects/asd.md b/content/page/projects/asd.md new file mode 100644 index 0000000..d1b4f99 --- /dev/null +++ b/content/page/projects/asd.md @@ -0,0 +1,8 @@ +--- +title: "project1" +date: 2024-05-31 +edited: 2024-05-31 +draft: false + +layout: "projects" +--- diff --git a/content/page/projects/index.md b/content/page/projects/index.md index da61657..6ed7616 100644 --- a/content/page/projects/index.md +++ b/content/page/projects/index.md @@ -1,15 +1,33 @@ --- -title: "Projects" +title: "projects" date: 2024-05-31 edited: 2024-05-31 -draft: true -menu: - main: - weight: 2 - params: - icon: code +draft: false 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 +--- diff --git a/hugo.toml b/hugo.toml index e17a999..b93514f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -21,13 +21,11 @@ paginate=8 customcss = ["css/purple.css", ] name="4o1x5" about="Software developer, privacy and libre advocate." - ListeningToTitle = "Les - Childish Gambino" - ListeningToUrl = "https://youtu.be/tnVAEAo7nvA?si=ZL_LvtOgQAgk2Xd1&t=85" -[params.listening_to] -title = "too late to be sorry" -artist = "CXSMPX" -url = "https://example.com" +[params.music] +title = "Chassé-croisé" +artist = "Ziak" +url = "https://www.youtube.com/watch?v=QMZ0HfOjCqY" @@ -45,3 +43,9 @@ weight = 2 name = "Frontends" url = "/page/privacy-frontends" weight = 3 + +[[menu.main]] +name = "Projects" +url = "/page/projects" +weight = 4 + diff --git a/themes/archie b/themes/archie index 2064a9f..6b2246a 160000 --- a/themes/archie +++ b/themes/archie @@ -1 +1 @@ -Subproject commit 2064a9fbcadfba058d4007190d325dc1cd552a17 +Subproject commit 6b2246aa976a9fe1396287c88cd5409e79fe5be9