A collection of my notes.
 
 
 
Go to file
Joshua Potter e82c40f662 Reorganize RDF/XML/Ontology notes. 2024-12-21 11:31:21 -07:00
notes Reorganize RDF/XML/Ontology notes. 2024-12-21 11:31:21 -07:00
.envrc
.gitignore
README.md
default.nix
flake.lock
flake.nix
quartz.config.ts
quartz.layout.ts

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.