Utensil's Zettelkasten-style forest of evergreen notes on math and tech. utensil.tngl.sh/forest/
0

Configure Feed

Select the types of activity you want to include in your feed.

`.github/workflows/gh-pages.yml` uses indent size 2

utensil (Sep 25, 2024, 1:02 PM +0800) 66a8bdf2 3d2c1acf

+4
+4
.editorconfig
··· 13 13 14 14 [*.md] 15 15 trim_trailing_whitespace = false 16 + 17 + [.github/workflows/gh-pages.yml] 18 + indent_size = 2 19 + tab_width = 2