Serve your markdown files to the internet. Just execute a binary inside a folder containing markdown files, and they will automatically be served by a build in web-server.
- Install the rust toolchain.
- Build using cargo.
- Run the executable.
- Add HTTPS support.
- Extract hardcoded configuration to a configuration file.
- Add an PKGBUILD script for arch based distros.
- Update the configuration file if there missing fields.
- Use the current path as working directory and skip the whole default configuration path.
- Make it possible to inject CSS, Javascript.
- Read title from the configuration and remove the hardcoded title.
- Configuration available at runtime without IO in the middle.