File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,9 @@ result- # Generated by nix fast build
88* .qcow2
99iso
1010__pycache__ /
11- . /docs /_site
12- .idea
11+ docs /_site
12+ docs /.sass-cache /
13+ docs /.jekyll-cache /
14+ docs /.jekyll-metadata
15+ docs /vendor
16+ .idea
Original file line number Diff line number Diff line change 1+ ---
2+ BUNDLE_PATH: "vendor/bundle"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ aux_links:
2424
2525# Makes Aux links open in a new tab. Default is false
2626aux_links_new_tab : true
27+ nav_external_links_new_tab : true
2728
2829nav_enabled : true
2930fold_nav : true
Original file line number Diff line number Diff line change 107107 shellHook = ''
108108 cd docs || exit 1
109109 echo "Running bundle install and starting Jekyll server..."
110- bundle install && bundle exec jekyll serve
110+ bundle config set path 'vendor/bundle'
111+ bundle install
112+ bundle exec jekyll serve
111113 '' ;
112114 } ;
113115 }
You can’t perform that action at this time.
0 commit comments