Skip to content

Commit fded6bd

Browse files
committedFeb 21, 2017
Build themes site on top of Nikola
Fixes getnikola/nikola#2482, at long last! Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 21cfd98 commit fded6bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+9483
-2867
lines changed
 

‎.gitignore

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
*.pyc
22
.doit.db
33
.venv
4-
output/v*/*.zip
5-
output/v*/*.jpg
6-
output/v*/*.png
7-
output/v*/*.js
8-
output/v*/*.json
9-
output/v*/*/
10-
output/theme_data.js
11-
sites/
4+
site/output
5+
site/demo_sites
6+
site/cache

0 commit comments

Comments
 (0)
Please sign in to comment.