Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmonna-site

Stack

  • Dioxus 0.7 (fullstack + router features) — reactive Rust UI, compiled to WASM for the client.
  • SSG prerenderingdx bundle --web --ssg generates static HTML into public/ for first paint / SEO.
  • Typst (planned, not yet wired) — generates the EN-full and FR-2-page PDFs from the same Markdown source.

Toolchain (one-time, local)

rustup target add wasm32-unknown-unknown
cargo install dioxus-cli --locked --version 0.7.9
dx --version   # dioxus 0.7.9

Develop

dx serve --web        # dev server with hot reload at http://127.0.0.1:8080

Build the static site (what CI deploys)

dx bundle --web --ssg   # emits prerendered HTML + WASM into public/

public/ is what GitHub Pages serves.

About

My online resume page

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages