Skip to content

Commit

Permalink
Fix root URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 9, 2016
1 parent 8a89e9f commit 96aeb7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PANDOC=pandoc

ROOT="rsd-engineeringcourse"
ROOT=""

PANDOCARGS=-t revealjs -s -V theme=night --css=http://lab.hakim.se/reveal-js/css/theme/night.css \
--css=$(ROOT)/css/ucl_reveal.css --css=$(ROOT)/site-styles/reveal.css \
Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
- scope: {path: ""}
values: {layout: default}

baseurl: /training/engineering
baseurl: /rsd-engineeringcourse

crumbs:
- link: http://www.ucl.ac.uk/ISD
Expand All @@ -26,8 +26,8 @@ redcarpet:


include: [ _static, _sources]
exclude:
- "*/*.nbconvert.ipynb"
exclude:
- "*/*.nbconvert.ipynb"
- "*/*.v2.ipynb"
- "combined_files"
- "combined.ipynb"
- "combined.ipynb"

0 comments on commit 96aeb7b

Please sign in to comment.