kavik.cz

Personal website in Rust.

MIT License

Stars
5

Personal website kavik.cz

Fork it, modify it and use it as your own website!


Quickstart

  1. Make sure you have Rust, Yarn and Node.js installed.
    • rustc -V should output something like rustc 1.38.0 (625451e37 2019-09-23)
    • yarn -v should output something like 1.17.3
    • node -v should output something like v10.16.3
  2. Fork it / Clone it / Download it.
  3. yarn
  4. yarn start
  5. localhost:8000

Roadmap

  • 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