livejrnl-rs-templates
Example templates for livejrnl-rs.
Templates
vintage-blog-onepage
An extremely basic semantic HTML template where the posts are front and center, and all on one page.
Usage
- Clone the repo
- In your
config.tomlpoint thetemplatekey to the path of the template you want to use (eg./home/user/livejrnl-rs-templates/vintage-blog-onepage) - In your
config.tomlpoint thetemplate_indexkey to the name of the file to generateindex.htmlfrom (eg.index.html.template) - (Optionally) link a classless CSS theme in the
<header>tag. - Generate using
livejrnl-rs!
Remarks
I 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. :)