From a9df17f40317c09cdf8e95eb53aae1b3a57007d6 Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Thu, 20 Oct 2022 15:16:29 -0400 Subject: [PATCH] fix(conf): reset to use correct excluded files (#662) * style: apply changes from prettier-yaml restyler (#663) Co-authored-by: Restyled Commits Signed-off-by: Derek Lewis Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled Commits --- _config.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 18b8efb58..c83794497 100755 --- a/_config.yml +++ b/_config.yml @@ -18,8 +18,8 @@ email: code@open.inf.is 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 @@ -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: @@ -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