Personal website kavik.cz
- Written in Rust framework Seed.
- Prerendered. (Prerendering is a part of build pipeline, see
build:prerender
inpackage.json
), - Based on MartinKavik/seed-quickstart-webpack.
- Make sure you have Rust, Yarn and Node.js installed.
rustc -V
should output something likerustc 1.38.0 (625451e37 2019-09-23)
yarn -v
should output something like1.17.3
node -v
should output something likev10.16.3
- Fork it / Clone it / Download it.
yarn
yarn start
- localhost:8000
- Experiment with lightweight custom layout engine to make code simpler and more readable. (It will be a part of the Hellweb project).
- Write simple cookieless analytics. (Probably a part of the Hellweb project, too).
Other Seed projects: MartinKavik/awesome-seed-rs