1
0
Fork 0
Commit Graph

4 Commits (0265df36b5a695fb97f5fb5e44e9943d88a9f9a1)

Author SHA1 Message Date
LEdoian 5832906283 Update pelicanconf to match theme
The theme is not yet commited.
2 years ago
LEdoian d0f2b071a9 Jinja: Forbid stripping newlines
This creates a bit prettier theme output. When newlines from ends are
stripped, constructions like
```
<header>
{% include "header.html" %}
</header>
```
end compiled with the ending tag at last line of the include

I think it is a bit shame that Pelican does not have any method to
configure Jinja from the theme itself, since this is more theme-related
than content-related.
2 years ago
LEdoian 4dd2edb720 Set SITEURL 2 years ago
LEdoian 8b7e357ea6 Add Makefile and basic config 2 years ago