My personal website
				https://squirrels.wtf
			
		| 
				 
		
			All checks were successful
		
		
	 
	Build and deploy Hugo to Netlify / build-and-deploy (push) Successful in 41s 
				
			 | 
			||
|---|---|---|
| .forgejo | ||
| .obsidian | ||
| archetypes | ||
| assets/css/extended | ||
| content | ||
| layouts | ||
| static | ||
| themes | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .markdownlint.yaml | ||
| flake.lock | ||
| flake.nix | ||
| hugo.yaml | ||
| Justfile | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
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
git smto make sure you have latestjust update-themeto make sure you are up to date- Make a branch
 - just new post-name-fun
 - write post and use 
make testto open a local view to check - push and open pr
 - If not done, change title to start with 
[wip]till done - check netflify pr demo before merge
 - update dates in post name and metadata before posting
 - merge to publish