Skip to content

Commit

Permalink
improve setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Apr 9, 2022
1 parent eb90fd8 commit f9845f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json

*.draft.md
.ztr-directory
vendor
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all: serve

install: install-checks
bundle install
bundle install --path=vendor/bundle

install-checks:
${PRECOMMAND} npm i -g markdownlint-cli
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ plugins:
- jekyll-gist
- jekyll-feed
- jekyll-admin
- jekyll-mentions
- jekyll-relative-links # https://github.blog/2016-12-05-relative-links-for-github-pages/
- jemoji
jekyll-mentions:
Expand Down

0 comments on commit f9845f3

Please sign in to comment.