Skip to content

GGORG0/ggorgxyz-rust

Repository files navigation

ggorg.xyz

This is the code for my website, ggorg.xyz.

Of course, featuring the Catppuccin Mocha theme!

It's my first Yew.rs project ever! For those who don't know it's a React-like framework for building websites in Rust.

It also contains a Nix flake for reproducible results.

Made with ❤️ in Neovim.

Building

Using Nix

nix build # build the project into `./result/`

nix run # build and serve the project with `darkhttpd` on port `8080`

The normal way

Install Rust and Trunk.

After that, run:

trunk serve # to build the project in debug mode and serve it with live reloading

trunk build --release # to build the project in release mode into `./dist/`

About

My website, written in Rust!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published