Unorganized notes of mine https://notes.yvt.jp/
- Rust 26.5%
- JavaScript 26.1%
- SCSS 14.8%
- TypeScript 13.1%
- HTML 11.4%
- Other 8.1%
|
|
||
|---|---|---|
| .woodpecker | ||
| content | ||
| nbcli | ||
| sass | ||
| static/Default | ||
| templates | ||
| .gitignore | ||
| config.toml | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| rust-toolchain | ||
To start a local server:
nix run . serve
The above command uses Zola's integrated server and hence doesn't run any post-processing steps. Run
python3 -m http.server -d $(nix build .#site --print-out-paths --no-link)to serve the production build of the site (auto-reloading doesn't work, though).
Build the website:
nix build .#site
To develop nbcli:
nix develop
cargo run --manifest-path nbcli/Cargo.toml