Skip to content

Commit

Permalink
Fix script/bootstrap and script/server.
Browse files Browse the repository at this point in the history
- need to have `npm` installed
- update deprecated configuration
  • Loading branch information
MikeMcQuaid committed Apr 18, 2022
1 parent 6ea3e53 commit c16750f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.14.0
7 changes: 3 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ exclude:
- test
- vendor

permalink: /:path/
permalink: "/:slug"

collections:
articles:
output: true
permalink: /:path/
permalink: "/:path"

defaults:
- scope:
Expand All @@ -36,14 +36,13 @@ defaults:
layout: article

plugins:
- jekyll-mentions
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap

sass:
sass_dir: assets/css/
style: :compressed
style: compressed
load_paths:
- node_modules

Expand Down

0 comments on commit c16750f

Please sign in to comment.