From 1741a9b7a39f86c827e7a9a5ad768776cf9c28c7 Mon Sep 17 00:00:00 2001 From: Devon Hubner Date: Tue, 18 Sep 2018 21:23:44 -0400 Subject: [PATCH] added excludes to the config --- _config.yml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 9f13ad2..3f0d8d1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,22 +1,32 @@ # Site settings title: 'ProDOS 8' email: jbrooks@blueshiftinc.com -description: > - ProDOS-8 is the operating system for Apple II computers. +description: ProDOS-8 is the operating system for Apple II computers. baseurl: "" url: "http://prodos8.com" twitter_username: JBrooksBSI github_username: ProDOS-8 -# Build settings markdown: kramdown +kramdown: + input: GFM + syntax_highlighter: rouge +relative_permalinks: false -exclude: - - package.json - - package-lock.json - - node_modules +exclude: + - .git + - .gitignore + - .sass-cache + - Gemfile + - gruntfile.js - gulpfile.js + - node_modules + - package-lock.json + - package.json + - Rakefile - README.md + - s3_website.yml + - sass keep_files: - _site/css