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