changed listeningto
- added projects
This commit is contained in:
parent
3889767111
commit
a879c61ead
BIN
assets/img/profile.png
Normal file
BIN
assets/img/profile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
8
content/page/projects/asd.md
Normal file
8
content/page/projects/asd.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "project1"
|
||||
date: 2024-05-31
|
||||
edited: 2024-05-31
|
||||
draft: false
|
||||
|
||||
layout: "projects"
|
||||
---
|
|
@ -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
|
||||
---
|
||||
|
|
16
hugo.toml
16
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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2064a9fbcadfba058d4007190d325dc1cd552a17
|
||||
Subproject commit 6b2246aa976a9fe1396287c88cd5409e79fe5be9
|
Loading…
Reference in a new issue