diff --git a/README.md b/README.md index db1d5e6..e58e81a 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,17 @@ links: ``` ### example `template.html` + +This is a jinja template (uses the rust crate minijinja) that has any variable in the `links.yaml` available as context variables. +Docs will come some day. TODO: Docs + [Example code Here](./templates/links/links.html) ### static dir -This is optional, but everything inside will be copied directly next to the `index.html` in the `links` directory +This is optional, but everything inside will be copied directly next to the `index.html` in the `links` directory, put things like css or avatar images here. + +Debating on manually needing to specify a list of files in `config:` but not sold on that yet. + + +## Blog - Coming Soon \ No newline at end of file