From de2eac140dc6fa16fec9e236d0f38af23c7ada17 Mon Sep 17 00:00:00 2001 From: Lucas Braz Date: Sat, 23 Dec 2017 10:09:43 +0100 Subject: [PATCH 1/3] Removes redcarpet as markdown engine --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index fecf957fe..863701423 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,5 @@ # Syntax highlighting -markdown: redcarpet highlighter: pygments # Permalinks From 6f76a10429c0062355ac2c93cb0c6ce9ebd78cbe Mon Sep 17 00:00:00 2001 From: Lucas Braz Date: Sat, 23 Dec 2017 10:12:18 +0100 Subject: [PATCH 2/3] Removes pygments highlighter --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 863701423..200c10f6a 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Syntax highlighting -highlighter: pygments +highlighter: rouge # Permalinks permalink: /:title From 566e8c7923ab9e2931fbd6472b2f9038c136590f Mon Sep 17 00:00:00 2001 From: Lucas Braz Date: Sat, 23 Dec 2017 10:05:23 +0100 Subject: [PATCH 3/3] Removes relative_permalinks that are no longer supported by jekyll --- _config.yml | 3 +-- _includes/footer-scripts.html | 6 +++--- _includes/footer.html | 2 +- _includes/head.html | 14 +++++++------- _includes/menu.html | 2 +- _includes/modal.html | 12 ++++++------ _includes/sidebar-nav.html | 8 ++++---- _includes/subscribe.html | 2 +- _layouts/default.html | 6 +++--- _layouts/post.html | 6 +++--- _posts/2014-12-15-a-life-of-walt-disney.markdown | 2 +- index.html | 8 ++++---- 12 files changed, 35 insertions(+), 36 deletions(-) diff --git a/_config.yml b/_config.yml index 200c10f6a..e0891203b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,6 @@ highlighter: rouge # Permalinks permalink: /:title -relative_permalinks: true # Setup timezone: your timezone # eg. Asia/Kathmandu @@ -15,7 +14,7 @@ tagline: 'tagline' description: 'description' url: site url rss: rss feed url -baseurl: '/' +baseurl: '' baseurl_posts_img: '/assets/images/posts/' baseurl_featured_img: '/assets/images/hero/' baseurl_featured_thumbnail: '/assets/images/thumbnail/' diff --git a/_includes/footer-scripts.html b/_includes/footer-scripts.html index 1becd281c..d94c269f5 100644 --- a/_includes/footer-scripts.html +++ b/_includes/footer-scripts.html @@ -1,10 +1,10 @@ - + {% if page.syntaxHighlighter %} - - + + {% endif %}