Skip to content

Commit a197e79

Browse files
committed
Uses indigo-jekyll as a remote-theme
1 parent 8ae72ce commit a197e79

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'jekyll', '~> 4.2.1'
44
gem 'kramdown', '~> 2.3.1'
5+
gem "jekyll-remote-theme"

Makefile

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,7 @@ notes.tex: combined.ipynb $(PNGS) Makefile
5959
notebooks.zip: ${NBV2}
6060
zip -r notebooks $^
6161

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
8163

8264
plantuml.jar:
8365
wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download -O plantuml.jar

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ defaults:
1010

1111
baseurl: /rsd-engineeringcourse
1212

13+
remote_theme: dpshelio/indigo-jekyll
14+
1315
crumbs:
1416
- link: http://www.ucl.ac.uk/ISD
1517
text: ISD
@@ -23,6 +25,8 @@ crumbs:
2325
kramdown:
2426
hard_wrap: false
2527

28+
plugins:
29+
- jekyll-remote-theme
2630

2731
include: # NOTE: This is not a path, but the directories name, wherever they are
2832
- _static

0 commit comments

Comments
 (0)