Skip to content

Commit

Permalink
fix(conf): reset to use correct excluded files (#662)
Browse files Browse the repository at this point in the history
* style: apply changes from prettier-yaml restyler (#663)

Co-authored-by: Restyled Commits <[email protected]>

Signed-off-by: Derek Lewis <[email protected]>
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled Commits <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2022
1 parent 452eeb4 commit a9df17f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ email: [email protected]
description: >-
Aggregate, curate, disseminate, and apply information derived from diverse
sources.
baseurl: ""
url: "https://open.inf.is"
baseurl: ''
url: 'https://open.inf.is'
twitter_username: openinf
github_username: openinf
repository: openinf/openinf.github.io
Expand All @@ -37,10 +37,10 @@ collections:
authors:
output: true
docs:
permalink: "/:collection/:path/"
permalink: '/:collection/:path/'
output: true
posts:
permalink: "/news/:year/:month/:day/:title/"
permalink: '/news/:year/:month/:day/:title/'
output: true
defaults:
- scope:
Expand All @@ -61,11 +61,7 @@ exclude:
- Gemfile.lock
- node_modules/
- package.json
- package-lock.json
- README.md
- tmp/
- vendor/
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- SECURITY.md
- SUPPORT.md
- VISION.md

0 comments on commit a9df17f

Please sign in to comment.