File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 with :
5050 fail : true
5151 # removed md files that include liquid tags
52- args : --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _pages/projects.md --verbose --no-progress './**/*.md' './**/*.html' --exclude-path _site/
52+ args : --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _pages/projects.md --exclude-path _posts --exclude-path _draftpages -- verbose --no-progress './**/*.md' './**/*.html' --exclude-path _site/blog/*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group :jekyll_plugins do
77 gem 'jekyll-feed'
88 gem 'jekyll-get-json'
99 gem 'jekyll-imagemagick'
10- gem 'jekyll-jupyter-notebook'
10+ # gem 'jekyll-jupyter-notebook'
1111 gem 'jekyll-link-attributes'
1212 gem 'jekyll-minifier'
1313 gem 'jekyll-paginate-v2'
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ exclude:
240240 - readme_preview/
241241 - README.md
242242 - vendor
243+ # - assets/jupyter
243244keep_files :
244245 - CNAME
245246 - .nojekyll
You can’t perform that action at this time.
0 commit comments