We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56f2a0 commit 0b6797eCopy full SHA for 0b6797e
.gitignore
@@ -9,4 +9,5 @@ _site
9
.Rproj.user
10
.Rhistory
11
.RData
12
+.vendor/
13
Gemfile.lock
Makefile
@@ -4,8 +4,8 @@
4
# Settings
5
MAKEFILES=Makefile $(wildcard *.mk)
6
JEKYLL_VERSION=3.8.5
7
-JEKYLL=bundle update && bundle exec jekyll
8
JEKYLL_DOCKER=${JEKYLL} serve --host 0.0.0.0
+JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
PARSER=bin/markdown_ast.rb
DST=_site
bin/boilerplate/_config.yml
@@ -91,6 +91,7 @@ exclude:
91
- Makefile
92
- bin/
93
- .Rproj.user/
94
+ - .vendor/
95
96
# Turn on built-in syntax highlighting.
97
highlighter: rouge
0 commit comments