My personal website https://squirrels.wtf
Find a file
Amelia Aronsohn 8dbee0e811
All checks were successful
Build and deploy Hugo to Netlify / build-and-deploy (push) Successful in 41s
chore(deps): flake
2025-11-02 21:17:43 -08:00
.forgejo chore(deps): update dependency gohugoio/hugo to v0.152.2 (#60) 2025-10-25 20:49:37 -07:00
.obsidian post: Forgejo 1 intro (#14) 2025-09-18 22:20:24 -07:00
archetypes post: weekly_39 (#43) 2025-09-30 22:53:27 -07:00
assets/css/extended chore(deps): update themes/papermod digest to 1cf5327 (#61) 2025-10-30 13:26:36 -07:00
content post: weekly 44 (#64) 2025-11-02 21:17:18 -08:00
layouts style 2025-09-20 14:35:12 -07:00
static feat: recreate larger cards to a supposedly better aspect ratio 2025-09-14 23:47:51 -07:00
themes chore(deps): update themes/papermod digest to 1cf5327 (#61) 2025-10-30 13:26:36 -07:00
.gitattributes fix: Switch to git-lfs 2025-09-14 20:25:26 -07:00
.gitignore chore: cleanup 2025-09-05 10:41:19 -07:00
.gitmodules style: Swap in a new Paper based theme (#26) 2025-09-13 22:52:06 -07:00
.markdownlint.yaml feat: add nix 2025-10-14 21:25:51 -07:00
flake.lock chore(deps): flake 2025-11-02 21:17:43 -08:00
flake.nix feat: add nix 2025-10-14 21:25:51 -07:00
hugo.yaml feat: recreate larger cards to a supposedly better aspect ratio 2025-09-14 23:47:51 -07:00
Justfile post: weekly_42 (#53) 2025-10-19 19:14:58 -07:00
netlify.toml ci: Inital Setup (#1) 2025-08-27 15:43:01 -07:00
package-lock.json chore(deps): update dependency netlify-cli to v23.9.5 (#59) 2025-10-24 08:46:44 -07:00
package.json chore(deps): update dependency netlify-cli to v23.9.5 (#59) 2025-10-24 08:46:44 -07:00
README.md fix: git module sync 2025-09-07 19:52:22 -07:00
renovate.json deps: disable lock file maintenance 2025-09-26 08:16:23 -07:00

Dear Squirrels, WTF

It's my main blog!

Points of Interest

Hugo

I use hugo to develop this

Obsidian

This is also an obsidian vault, there is some posts about how I configure the vault with nifty writing features

Justfile

I use just as a runner blog development and also to make my files to a template

Workflow

  1. git sm to make sure you have latest
  2. just update-theme to make sure you are up to date
  3. Make a branch
  4. just new post-name-fun
  5. write post and use make test to open a local view to check
  6. push and open pr
  7. If not done, change title to start with [wip] till done
  8. check netflify pr demo before merge
  9. update dates in post name and metadata before posting
  10. merge to publish