Compare commits
No commits in common. "24a2f214c9c174b584fc230d66f0ead19b79f304" and "33d3313d6a2986964dc87cc4371c0334ed1ed147" have entirely different histories.
24a2f214c9
...
33d3313d6a
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
title: "project1"
|
|
||||||
date: 2024-05-31
|
|
||||||
edited: 2024-05-31
|
|
||||||
draft: false
|
|
||||||
|
|
||||||
layout: "projects"
|
|
||||||
---
|
|
|
@ -1,33 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "projects"
|
title: "Projects"
|
||||||
date: 2024-05-31
|
date: 2024-05-31
|
||||||
edited: 2024-05-31
|
edited: 2024-05-31
|
||||||
draft: false
|
draft: true
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 2
|
||||||
|
params:
|
||||||
|
icon: code
|
||||||
|
|
||||||
layout: "projects"
|
layout: "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
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
my projects
|
||||||
|
|
16
hugo.toml
16
hugo.toml
|
@ -21,11 +21,13 @@ 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.music]
|
[params.listening_to]
|
||||||
title = "Chassé-croisé"
|
title = "too late to be sorry"
|
||||||
artist = "Ziak"
|
artist = "CXSMPX"
|
||||||
url = "https://www.youtube.com/watch?v=QMZ0HfOjCqY"
|
url = "https://example.com"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,9 +45,3 @@ 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 6b2246aa976a9fe1396287c88cd5409e79fe5be9
|
Subproject commit 2064a9fbcadfba058d4007190d325dc1cd552a17
|
Loading…
Reference in a new issue