A collection of my notes.
 
 
 
Go to file
Joshua Potter 65517ee3f8 Image operations and b-nf class characterization. 2024-07-10 20:47:37 -06:00
notes Image operations and b-nf class characterization. 2024-07-10 20:47:37 -06:00
.envrc Initial commit. 2024-02-01 07:34:27 -07:00
.gitignore Simplify `flake.nix` and `.gitignore`. 2024-02-01 07:52:15 -07:00
README.md Update README with new quartz strategy. 2024-02-01 08:18:01 -07:00
default.nix Initial commit. 2024-02-01 07:34:27 -07:00
flake.lock Initial commit. 2024-02-01 07:34:27 -07:00
flake.nix Update quartz. 2024-06-15 12:25:25 -06:00
quartz.config.ts Move templates and journal to underscore name. 2024-02-06 07:51:23 -07:00
quartz.layout.ts Keep folders collapsed by default. 2024-03-24 07:17:12 -06:00

README.md

Notebook

This is my collection of notes. Markdown files are primarily managed with Obsidian. Quartz then transforms these Markdown files into a statically generated site. Generate the site locally by running:

$ nix build

Usually when working with Quartz, you clone the Quartz repository directly and embed your notes within the content/ directory. I found this makes updates clunky though. Since serving Quartz locally isn't a priority, we use Nix to pull the Quartz repo down directly and build against it without forking. This has the added benefit of making it easy to switch off Quartz later on.