File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ default: _site
35
35
% .png : % .uml plantuml.jar Makefile
36
36
java -Djava.awt.headless=true -jar plantuml.jar -p < $< > $@
37
37
38
- % .html : % .nbconvert.ipynb Makefile jekyll.tpl
39
- jupyter nbconvert --to html --template jekyll.tpl --stdout $< > $@
38
+ % .html : % .nbconvert.ipynb Makefile jekyll_template
39
+ jupyter nbconvert --to html --template jekyll_template --stdout $< > $@
40
40
41
41
% .v2.ipynb : % .nbconvert.ipynb
42
42
jupyter nbconvert --to notebook --nbformat 2 --stdout $< > $@
Original file line number Diff line number Diff line change
1
+ {
2
+ "base_template" : " basic" ,
3
+ "mimetypes" : {
4
+ "text/html" : true
5
+ }
6
+ }
Original file line number Diff line number Diff line change 1
- {% - extends ' basic.tpl ' -%}
1
+ {% - extends 'basic/index.html.j2 ' -%}
2
2
{% - block header -%}
3
3
---
4
4
title: {% if 'jekyll' in nb ['metadata' ] %} {{nb['metadata'] ['jekyll'] ['display_name'] }} {% endif %}
You can’t perform that action at this time.
0 commit comments