diff --git a/_config.yml b/_config.yml index 2575811..18f2100 100644 --- a/_config.yml +++ b/_config.yml @@ -10,16 +10,21 @@ twitter_username: twitter_username github_username: github_username # Build settings -markdown: redcarpet +markdown: kramdown highlighter: pygments -include: ['_pages'] +# Math support +kramdown: + math_engine: mathjax # Pagination paginate: 15 permalink: /blog/:year/:title/ paginate_path: /blog/page:num/ +# Includes +include: ['_pages'] + # Collections collections: projects: @@ -50,3 +55,7 @@ scholar: details_link: Details query: "@*" + +# Advanced (don't if you are not sure what it is) +jquery_version: "1.11.1" +katex_version: "0.1.1" diff --git a/_includes/footer.html b/_includes/footer.html index 252e170..bc775b9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ diff --git a/_includes/head.html b/_includes/head.html index da93bd8..08fb77e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,13 +1,19 @@
- - - + + + -