File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
2
3
3
gem 'jekyll' , '~> 4.2.1'
4
4
gem 'kramdown' , '~> 2.3.1'
5
+ gem "jekyll-remote-theme"
Original file line number Diff line number Diff line change @@ -59,25 +59,7 @@ notes.tex: combined.ipynb $(PNGS) Makefile
59
59
notebooks.zip : ${NBV2}
60
60
zip -r notebooks $^
61
61
62
- master.zip : Makefile
63
- rm -f master.zip
64
- wget https://github.com/UCL-RITS/indigo-jekyll/archive/master.zip
65
-
66
- ready : indigo $(HTMLS ) # notes.pdf notebooks.zip
67
-
68
- indigo-jekyll-master : Makefile master.zip
69
- rm -rf indigo-jekyll-master
70
- unzip master.zip
71
- touch indigo-jekyll-master
72
-
73
- indigo : indigo-jekyll-master Makefile
74
- cp -r indigo-jekyll-master/indigo/images .
75
- cp -r indigo-jekyll-master/indigo/js .
76
- cp -r indigo-jekyll-master/indigo/css .
77
- cp -r indigo-jekyll-master/indigo/_includes .
78
- cp -r indigo-jekyll-master/indigo/_layouts .
79
- cp -r indigo-jekyll-master/indigo/favicon* .
80
- touch indigo
62
+ ready : $(HTMLS ) # notes.pdf notebooks.zip
81
63
82
64
plantuml.jar :
83
65
wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download -O plantuml.jar
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ defaults:
10
10
11
11
baseurl : /rsd-engineeringcourse
12
12
13
+ remote_theme : dpshelio/indigo-jekyll
14
+
13
15
crumbs :
14
16
- link : http://www.ucl.ac.uk/ISD
15
17
text : ISD
@@ -23,6 +25,8 @@ crumbs:
23
25
kramdown :
24
26
hard_wrap : false
25
27
28
+ plugins :
29
+ - jekyll-remote-theme
26
30
27
31
include : # NOTE: This is not a path, but the directories name, wherever they are
28
32
- _static
You can’t perform that action at this time.
0 commit comments