Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
38 additions
and 0 deletions.
- +9 −0 v7/yesplease/yesplease.theme
- +9 −0 v7/zen-ipython/zen-ipython.theme
- +10 −0 v7/zen-jinja/zen-jinja.theme
- +10 −0 v7/zen/zen.theme
@@ -0,0 +1,9 @@ | ||
[Theme] | ||
engine = mako | ||
parent = base | ||
author = The Nikola Contributors | ||
author_url = https://getnikola.com/ | ||
license = MIT | ||
|
||
[Family] | ||
family = yesplease |
@@ -0,0 +1,9 @@ | ||
[Theme] | ||
engine = jinja | ||
parent = zen-jinja | ||
author = The Nikola Contributors | ||
author_url = https://getnikola.com/ | ||
license = MIT | ||
|
||
[Family] | ||
family = zen |
@@ -0,0 +1,10 @@ | ||
[Theme] | ||
engine = jinja | ||
parent = base-jinja | ||
author = The Nikola Contributors | ||
author_url = https://getnikola.com/ | ||
license = MIT | ||
|
||
[Family] | ||
family = zen | ||
mako_version = zen |
@@ -0,0 +1,10 @@ | ||
[Theme] | ||
engine = mako | ||
parent = base | ||
author = The Nikola Contributors | ||
author_url = https://getnikola.com/ | ||
license = MIT | ||
|
||
[Family] | ||
family = zen | ||
jinja_version = zen-jinja |