From b96c8670b40003d9130bf1ae8a129950a49be51c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 19 May 2018 15:33:47 +0200 Subject: [PATCH] Removed problematic asset configuration Signed-off-by: Jim Martens --- _config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 243ea71..afde767 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,6 @@ defaults: layout: "page" sidebarboxes: "author encrypted-communication" - # Build settings markdown: kramdown include: @@ -43,9 +42,4 @@ exclude: - deploy_ed25519.enc - LICENSE - vendor - - node_modules - -# asset settings -assets: - cdn: - url: https://cdn.2martens.de \ No newline at end of file + - node_modules \ No newline at end of file