1
0
Fork 0
Commit Graph

9 Commits (fd4ef651aa0c1586e25f22e5a7ce98b0e65dabcb)

Author SHA1 Message Date
LEdoian 3704ab99c4 Merge remote-tracking branch 'origin/master' (probably weird state) 2 years ago
LEdoian d3a9660307 Do not create unneeded pages 2 years ago
LEdoian 3e955f308e Support adding auxiliary files
Currently only in static and images folders.
2 years ago
LEdoian 607f74690e Populate GENERATOR in a plugin 2 years ago
LEdoian 87f31cbb8b Show real pelican version 2 years ago
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