Commit Graph

101 Commits

Author SHA1 Message Date
a805e823d8
refactor: update personal email 2024-09-26 12:11:07 -05:00
21bdbe569c
docs: remove TODO.org 2024-09-07 14:46:50 -05:00
6eb1a5a9ac
fix: sort tag articles by date 2024-09-07 14:46:06 -05:00
4d79579baf
build: update build deps 2024-08-16 01:58:20 -05:00
c2d9489b35
refactor(templates): use toplevel <li> tag for items under <ul> 2024-07-26 11:55:27 -05:00
951abc097c
feat(templates): add meta description 2024-07-26 11:45:46 -05:00
ea97d7f329
refactor: yank the credits page 2024-07-26 11:26:34 -05:00
5c420a3997
feat(assets): add title to tags page 2024-07-26 11:23:56 -05:00
c98f6ecf62
refactor(style): improve nav item hover
): title
2024-07-26 11:21:44 -05:00
e0f42f600c
feat(post): add UNDEDITED nix submodule post/whinging
NOTE: Skill issue
2024-07-26 10:57:06 -05:00
4d6a97eb28
refactor(style): improve margins 2024-07-26 10:52:58 -05:00
37393e115f
docs: add TODO.org 2024-07-06 10:51:32 -05:00
f531147d29
build: bump deps 2024-07-06 10:50:26 -05:00
0a6dcf4b61
chore: remove ts parsers
We should be getting our parsers via a git url dependency in our
Cargo.toml file like so:

```toml
[dependencies]
tree-sitter-lua = { git = "https://github.com/tjdevries/tree-sitter-lua.git" }
```
2024-07-06 00:04:52 -05:00
dd4ae987ef
refactor(style): use sans-serif for font-family 2024-05-01 13:48:16 -05:00
e8bc127db9
feat(post): add UNEDITED hash collision post 2024-04-30 01:55:04 -05:00
bf5ff28fe4
refactor: disable treesitter syntax highlights 2024-04-15 16:34:40 -05:00
6b3f7676b5
perf: use a single loader instance for Treesitter 2024-04-15 16:09:53 -05:00
06ea361a3d
chore: remove largest TS parsers
Huge drag on perf, and I don't care about those langs. 🤷
2024-04-15 13:44:50 -05:00
c2ed489356
chore: ignore dirty submodules 2024-04-15 13:36:39 -05:00
b8df40f149
style(style): minor format changes 2024-04-12 13:12:39 -05:00
89231c952a
chore: remove invalid submodules 2024-04-12 13:06:38 -05:00
9b50744104
fix(style): set bg color for pre tags 2024-04-12 13:06:37 -05:00
5adc4a1a10
refactor(nix): cleanup unused var 2024-04-12 13:06:37 -05:00
6740d29d70
refactor: make submodules shallow 2024-04-12 13:06:37 -05:00
4e2877df65
feat: integrate treesitter for syntax highlighting 2024-04-12 13:06:37 -05:00
84b817e61a
refactor(style): improve appearance of quotes, code 2024-03-01 13:46:24 -06:00
f9eda5ab28
feat(post): add dsa blog post 2024-03-01 13:46:24 -06:00
d068f69b42
build: update comrak -> 0.21.0 2024-02-17 17:45:21 -06:00
acf0f3a8b1
refactor: apply clippy recommendations 2024-02-17 14:00:03 -06:00
51340bb2b4
refactor: update all references to github for updated username 2024-02-17 13:52:22 -06:00
bbb3e7d8ff
build: update flake.lock 2024-01-25 22:01:34 -06:00
95bbb1be16
fix: use unicode dot for tags separation
This makes the separator appear correctly on all platforms (in theory)
2024-01-25 22:01:34 -06:00
c79f495f98
refactor: change home page description and articles sub desc 2024-01-25 21:51:33 -06:00
16461a07b4
feat(style): add color to bullets/numbered bullets/etc. 2023-12-14 22:48:06 -06:00
f35df7a613
refactor(style): improve margin handling around paragraph elements 2023-12-14 22:41:52 -06:00
93ce6d5722
build: update flake.lock 2023-12-14 16:01:54 -06:00
5bff8aa977
feat: improve heading appearance with heading level markers # 2023-12-14 15:59:43 -06:00
cbaf7ebe37
chore: remove TODO.org 2023-12-03 02:13:15 -06:00
09f5102a2d
chore: add LICENSE 2023-12-03 02:13:15 -06:00
861bb26b83
build: add nix flake 2023-12-03 02:13:15 -06:00
99ed0e7b26
build: update comrak 0.19 -> 0.20 2023-12-01 04:36:35 -06:00
149c6dd037
docs: README.md -> README.org 2023-11-10 17:46:02 -06:00
158b430cf2
refactor(style): center page titles 2023-10-30 09:38:57 -05:00
a294c74396
fix(posts): fix typo in nixos-on-my-homeserver 2023-10-30 09:36:14 -05:00
9308e85dfd
docs: fix typo in readme 2023-10-30 08:47:07 -05:00
3f3f85393c
refactor(static): change home page intro 2023-10-30 08:40:25 -05:00
b512c12372
feat(posts): add Nixos homeserver post 2023-10-30 08:23:33 -05:00
3930d7500a
refactor: remove default example post 2023-10-30 08:23:24 -05:00
57a74d7436
feat: support the nix language in syntax highlighting 2023-10-30 07:34:13 -05:00