diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' diff --git a/Makefile b/Makefile index 128d222..c916692 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: ifneq ($(NAME), '') $(TEMPLATES): - cat ${TEMPLATE_DIR}/$@.md | sed s/@PAGE@/${NAME}/g >> ${ROOT_DIRECTORY}/wiki/${FNAME}.md + cat ${TEMPLATE_DIR}/$@.mdt | sed s/@PAGE@/${NAME}/g >> ${ROOT_DIRECTORY}/wiki/${FNAME}.md else $(TEMPLATES): $(error you need to specify NAME= to run this target) @@ -21,4 +21,4 @@ endif .PHONY: serve serve: - jekyll --pygments --no-lsi --safe --server + jekyll serve -w diff --git a/_config.yml b/_config.yml index ca44606..943fdc2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,8 @@ -exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"] -auto: true +exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "static/templates/*"] lsi: false -pygments: true +highlighter: pygments safe: true +markdown: kramdown title: Cloud Haskell tagline: Erlang-style concurrency for Haskell @@ -13,4 +13,4 @@ author: github: hyperthunk twitter: hyperthunk -production_url: http://haskell-distributed.github.com/distributed-process-platform +production_url: http://hyperthunk.github.com/website-next-preview diff --git a/_includes/footer.html b/_includes/footer.html index e163030..abd757f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,28 +1,29 @@