# livejrnl-rs-templatesExample templates for [livejrnl-rs](https://codeberg.org/berrysweet/livejrnl-rs).## Templates### vintage-blog-onepageAn extremely basic semantic HTML template where the posts are front and center, and all on one page.## Usage1. Clone the repo2. In your `config.toml` point the `template` key to the path of the template you want to use (eg. `/home/user/livejrnl-rs-templates/vintage-blog-onepage`)3. In your `config.toml` point the `template_index` key to the name of the file to generate `index.html` from (eg. `index.html.template`)4. (Optionally) link a [classless CSS theme](https://github.com/dbohdan/classless-css) in the `<header>` tag.5. Generate using `livejrnl-rs`!## RemarksI am not a web developer. The terminology and code here may not be the best practices. I welcome issues that bring it up, and would love a nudge in the right direction on how to fix them. :)