1
0
Fork 0
Commit Graph

68 Commits (07182d59b9d36c71f876380d13b85d56864615ff)
 

Author SHA1 Message Date
LEdoian 607f74690e Populate GENERATOR in a plugin 2 years ago
LEdoian 87f31cbb8b Show real pelican version 2 years ago
LEdoian 8e49c71ba1 Add some mock content to the theme. 2 years ago
LEdoian fbe4b38132 Implement basic theme layout 2 years ago
LEdoian 9f559b31a5 Remove "probably" from footer 2 years ago
LEdoian 1ea3432d37 Add a simple theme
Because dark mode rulez :-) For lovers of white web, TODO has been
added.
2 years ago
LEdoian 0265df36b5 Add a basic TODO list 2 years ago
LEdoian 53a8dc5d7b Theme: create a basic skeleton 2 years ago
LEdoian 210dd84712 Add title page 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 8092349c14 Replace Makefile with gen
The web is now build by a scrip
2 years ago
LEdoian fdccc1650a Add requirements file 2 years ago
LEdoian 4dd2edb720 Set SITEURL 2 years ago
LEdoian 5180dc9fbb Add skeleton of the theme 2 years ago
LEdoian 620bd50aad Ignore Python cache 2 years ago
LEdoian 8b7e357ea6 Add Makefile and basic config 2 years ago
LEdoian 2580f0393d Init with gitignore 4 years ago