1# Projects
2
3Open-source contributions & projects I've developed
4
5## viacoffee.github.io
6Repository for this very website. Built with Middleman, includes a custom Markdown syntax highlighter (see OhHighMark) and a lualine-inspired status bar.
7
8### Links
9- [Repository](https://github.com/viacoffee/viacoffee.github.io)
10- [OhHighMark](https://github.com/viacoffee/ohhighmark)
11
12### Tech
13- Middleman
14- Ruby
15- HTML
16- Sass
17- JavaScript
18- Frontend
19
20---
21
22## notes-md
23Lightweight CLI tool for managing project-specific Markdown notes, backed by Git.
24
25### Links
26- [Repository](https://github.com/viacoffee/notes-md)
27
28### Tech
29- Python
30- CLI
31- pytest
32- PyPI
33
34---
35
36## OhHighMark
37Ruby library for beautiful syntax highlighting of code blocks inside Markdown. Tokenizes Markdown and applies rich, readable CSS classes. (Originally created for this website)
38
39### Links
40- [Repository](https://github.com/viacoffee/ohhighmark)
41
42### Tech
43- Ruby
44- RSpec
45- CSS
46
47---
48
49## dotfiles
50My Arch Linux dotfiles — **lots** of Bash scripting.
51
52### Links
53- [Repository](https://github.com/viacoffee/dotfiles)
54
55### Tech
56- Neovim
57- Bash
58- Lua
59- Hyprland
60- Arch Linux (btw)
61
62---
63
64