Skip to content

Commit

Permalink
Tweak names, crumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 24, 2015
1 parent 38672ec commit d582e76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ default: _site
%.html: %.ipyhtml Makefile
yamlheader

site-styles/ipython.css: dummy.ipynb
mkdir -p site-styles
ipython nbconvert --to html --template styles.tpl --stdout $< > $@

remaster.zip: Makefile
rm -f remaster.zip
wget https://github.com/UCL-RITS/indigo-jekyll/archive/remaster.zip
Expand All @@ -52,9 +48,9 @@ indigo: indigo-jekyll-remaster Makefile
touch indigo

_site: indigo \
session01/data.html session01/control.html session01/functions.html \
session01/modules.html session01/pythons.html session01/types.html \
site_styles/ipython.css
session01/01data.html session01/03control.html session01/04functions.html \
session01/05modules.html session01/00pythons.html session01/02types.html \
session01/06exercise.html
jekyll build

clean:
Expand Down
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ defaults:

crumbs:
- link: http://www.ucl.ac.uk/ISD
text: ISD
text: ISD
- link: http://www.ucl.ac.uk/isd/services
text: OUR SERVICES
text: OUR SERVICES
- link: http://www.ucl.ac.uk/isd/services/research_it
text: RESEARCH IT
text: RESEARCH IT
- link: http://www.ucl.ac.uk/isd/services/research_it/training
text: TRAINING
text: TRAINING
- link: http://development.rc.ucl.ac.uk/training
text: MATERIALS
text: MATERIALS

markdown: redcarpet
redcarpet:
Expand Down

0 comments on commit d582e76

Please sign in to comment.