Navigation Menu

Skip to content

Commit

Permalink
added excludes to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
DevoKun committed Sep 19, 2018
1 parent e4ad419 commit 1741a9b
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions _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
Expand Down

0 comments on commit 1741a9b

Please sign in to comment.