feat: add arch server

This commit is contained in:
eggy 2023-11-01 13:13:24 -04:00
parent dd3d479a92
commit 81e602c98c
2 changed files with 11 additions and 8 deletions

View File

@ -139,14 +139,13 @@
plan for each week
#project(
"Box Box Revolution",
"https://github.com/potatoeggy/boxboxrevolution",
"Rust, STM32",
"Arch Linux Server",
none,
"Linux, nginx, systemd",
)
- Created a rhythm game to detect punches with an ultrasonic sensor in line wth
notes of popular songs
- Developed firmware to measure from an ultrasonic sensor, tone a buzzer, and show
scrolling notes on an LCD
// set up ci/cd for automatic personal website deployments via git hooks and self-hosted gitea
- Created a *self-hosted CI/CD pipeline* with *Gitea* to automatically deploy personal projects behind *nginx*
- Set up *Jellyfin* for media streaming, a *Minecraft* server, *Calibre* for ebook syncing, and other services
]
= Awards

View File

@ -79,7 +79,11 @@
#let project(title, repo_link, tools) = {
set strong(delta: DEFAULT_STRONG)
if repo_link != none {
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _ ]
} else {
text(1.1em)[*#title*] + [ | _ #tools _ ]
}
}
// Set name and contact data and format headings