- Opinionated layout, so you don't have to worry about it.
- Fill-in-the-blanks, but real-time updates.
- Supports markdown in experience description.
- Blazingly-fast, because it's powered by Rust/Yew and WebAssembly. 🦀🦀🦀.
- "-" in markdown doesn't work.
- The
Skills
section - Adjutable layout
-
Install Rust
curl https://sh.rustup.rs -sSf | sh
-
Install trunk & add wasm target
cargo install trunk wasm-bindgen-cli rustup target add wasm32-unknown-unknown
-
Run under root
trunk serve
-
If run into issues, try unintall yew and recomile everything
cargo remove yew cargo clean cargo build