• Rust 26.5%
  • JavaScript 26.1%
  • SCSS 14.8%
  • TypeScript 13.1%
  • HTML 11.4%
  • Other 8.1%
Find a file
yvt 62bb0bc65e
All checks were successful
ci/woodpecker/manual/publish Pipeline was successful
fix(Rust-Future-Lifecycle): add missing arrowhead
2024-05-07 09:11:51 +09:00
.woodpecker chore(ci): cache nbcli in Cachix 2024-01-29 01:43:43 +09:00
content fix(Rust-Future-Lifecycle): add missing arrowhead 2024-05-07 09:11:51 +09:00
nbcli feat(zola): make diagram right border optional 2024-03-21 01:47:01 +09:00
sass feat(style): scroll-behavior: smooth 2024-02-24 15:18:34 +09:00
static/Default squash history 2024-01-14 16:49:39 +09:00
templates feat(zola): link to source code 2024-01-28 21:45:40 +09:00
.gitignore squash history 2024-01-14 16:49:39 +09:00
config.toml fix(zola): minify_html = false 2024-01-29 00:12:50 +09:00
flake.lock chore(nix): bump nixpkgs to 23.11 2024-01-20 22:48:19 +09:00
flake.nix chore(nix): nixfmt 2024-03-21 01:08:12 +09:00
README.md doc: show how to serve production build 2024-01-28 23:55:16 +09:00
rust-toolchain chore(zola): bump the Rust toolchain to v1.73.0 2024-01-20 23:00:02 +09:00

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