Skip to content

Commit dd187d6

Browse files
committed
Add tech page
1 parent 9facc62 commit dd187d6

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ theme = "anemone"
1919
highlight_code = true
2020

2121
[extra]
22-
header_nav = []
22+
header_nav = [
23+
{ url = "/", name_en = "/about/" },
24+
{ url = "/tech", name_en = "/tech/" }
25+
]
2326

2427
# Set current rev for "View source" link; should be added during nix build
2528
#git_rev = "..."

content/tech.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
+++
2+
title = "Tech"
3+
+++
4+
5+
Some technologies I use and work with daily:
6+
7+
- [Haskell][hsk]: powering the backend services at Freckle
8+
- [TypeScript][ts] and [React][react]: frontend development at Freckle
9+
- [NixOS][nix]: declarative system configuration ([stackptr/rc][rc]) and development environments ([stackptr/flakes][flakes])
10+
- [Tailscale][ts]: connecting local and remote devices
11+
- [Markdown][md], [Mermaid][mermaid], and [D2][d2]: documentation and diagramming
12+
13+
Other tech I'm currently learning or evaluating:
14+
15+
- [Deno][deno] and [PureScript][purescript]
16+
- [Effect][effect] TypeScript library
17+
- WebGL shaders ([stackptr/webgl-sandbox][webgl-sandbox])
18+
19+
20+
[hsk]: https://www.haskell.org
21+
[ts]: https://www.typescriptlang.org
22+
[react]: https://react.dev
23+
[nix]: https://nixos.org
24+
[rc]: https://github.com/stackptr/rc
25+
[flakes]: https://github.com/stackptr/flakes
26+
[ts]: https://tailscale.com
27+
[md]: https://commonmark.org
28+
[mermaid]: https://mermaid.js.org/
29+
[d2]: https://d2lang.com
30+
[deno]: https://deno.com
31+
[purescript]: https://www.purescript.org
32+
[effect]: https://effect.website
33+
[webgl-sandbox]: https://github.com/stackptr/webgl-sandbox

0 commit comments

Comments
 (0)