No description
https://nat_ali.pages.ood.ovh/groomeurs/
- TypeScript 72.2%
- JavaScript 21.6%
- SCSS 4.4%
- CSS 1.6%
- Nix 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| content | ||
| quartz | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| flake.lock | ||
| flake.nix | ||
| globals.d.ts | ||
| index.d.ts | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| quartz.config.default.yaml | ||
| quartz.config.yaml | ||
| quartz.ts | ||
| README.md | ||
| tsconfig.json | ||
Groomeurs
A Quartz blog. The content/ folder is a normal Obsidian vault — open it directly in Obsidian to write and edit notes with wikilinks, tags, and callouts.
Writing
Open content/ as a vault in Obsidian, or just edit the .md files with any editor.
Preview locally
Requires Node.js 22+.
npm ci
npx quartz plugin install --from-config
npx quartz build --serve
Then open http://localhost:8080.
Nix
A flake.nix is included for a reproducible dev shell (Node.js, no manual install):
nix develop
# or, with direnv: direnv allow
Publishing
Pushing to main runs .forgejo/workflows/build.yml, which builds the site and uploads it as the site artifact.