1
Fork 0
Bauke's website. https://bauke.xyz
Go to file
Bauke 0929822465
Change all breakpoints to be 900px.
2023-01-31 12:51:10 +01:00
source Change all breakpoints to be 900px. 2023-01-31 12:51:10 +01:00
.gitignore Simplify gitignore. 2023-01-07 16:34:50 +01:00
Cargo.toml Add HTML minification. 2023-01-09 15:43:05 +01:00
LICENSE Change license to AGPL-3.0-or-later. 2021-08-14 12:57:12 +02:00
Makefile.toml Add Makefile. 2023-01-09 16:23:37 +01:00
README.md Fix deploy instruction. 2022-09-26 11:48:08 +02:00
askama.toml Redo. 2021-11-26 14:08:13 +01:00
package.json Add netlify-cli dependency. 2023-01-07 16:35:04 +01:00
rustfmt.toml Start over with Rust. 2021-08-26 17:52:13 +02:00

README.md

Bauke 🦖 XYZ

Bauke's website.

Development

Requires working installations of Rust and Cargo, NodeJS and pnpm.

  • Install the dependencies with pnpm install.
  • Build the website with cargo run.
  • Deploy to Netlify with pnpm run deploy.
  • Test the code with pnpm test.

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.