File tree Expand file tree Collapse file tree 4 files changed +33
-4
lines changed
Expand file tree Collapse file tree 4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 1+ /.idea /
2+ /_site
3+ /.sass-cache
4+ /.jekyll-metadata
5+ /Gemfile.lock
6+ /.bundle
7+ /vendor
8+ .DS_Store
9+ * ~
Original file line number Diff line number Diff line change 1+ language : ruby
2+ rvm :
3+ - 2.4.2
4+ script : " ./_scripts/cibuild"
5+ env :
6+ global :
7+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
8+ matrix :
9+ secure : hMs/MC74mITE29JFQLj8gVgb5ZoaTUQ8lteFXPqkA2OljTXAzcApvM4Dq46VMIuCsDa+mb8CqFHBXL/y/l13j5wvZJ2IF7XmMKiUDfMBKK733XH0slvAhBKlY7VR0tseFp6KSXPsj9cxwv410re1sJqWoPRV4fjKxYSfvfP0P9VwrGLqfMuL+zPQLkkOx1bR8xcylPX9dPB02t2/LvAmXCG0vLMEmiee7HQmkzey2VZaMpiZqq4sXCYKe91DNyAUkmuDLK4v/cZR6NnqsqGugJ721TdHzsjM9cqWSQCdYtRrLemhrN8Kkb4TYaZZ3pu9BqAHs5gcQfAexneV5tuZ+fNFO8Tco/Q1cRzipqa9mkSLRvpjMkiE4OQECAT1+dOijTDrTmZQFMB79yZhevYPF/HfCx+pGpf+AaWRAGHD+BhHqdeDKOOCAbT9QF7h5nTHLuncaO/vKYAidqBVDYB5Bjh3LswUhhzjWIvue+Hl0zYyObmyMYeHoYLBTnT2ncY+RDY1UNNUxz1fszSimT7KeGbkEsHrXvCJ6tf7OkCDunrik9/OyKTyBoKLpervu8WWypY7CbMDmi314QJgxOdT8r8kclnhDSY0Mw7y552sRteFAF6Vvza7WfPE2hTv26Zh1XzK78lRTRJgekGO1/hVtFbKuv3jcYAARcHmBUeLMVM=
10+ sudo : false
11+ deploy :
12+ provider : pages
13+ skip_cleanup : true
14+ github_token : $GITHUB_TOKEN
15+ repo : lab-design/lab-design.github.io
16+ target_branch : master
17+ local_dir : _site
18+ on :
19+ branch : master
Original file line number Diff line number Diff line change 1+ # Open Gemfile in your preferred editor and replace the content with:
12source "https://rubygems.org"
23
34# Hello! This is where you manage which Jekyll version is used to run.
Original file line number Diff line number Diff line change 1414# You can create any custom variable you would like, and they will be accessible
1515# in the templates via {{ site.myvariable }}.
1616title : Laboratory for Software Design
17- email : hridesh@iastate .edu
17+ email : hrajan@tulane .edu # Updated to Tulane email
1818description : >
1919 TODO
2020baseurl : " " # the subpath of your site, e.g. /blog
21- url : " https://lab-design.github.io/"
21+ url : " https://lab-design.github.io/" # Keep the GitHub Pages URL
2222
2323# Build settings
2424markdown : kramdown
@@ -30,7 +30,6 @@ exclude:
3030 - _citation_styles
3131 - README.md
3232
33-
3433collections :
3534 papers : # Declare the `papers` collection, and output a page for every item.
3635 output : true
@@ -53,7 +52,8 @@ static_files:
5352
5453scholar :
5554 source : .
56- # Plugins
55+
56+ # Plugins (using the modern approach instead of 'gems')
5757plugins :
5858 - jekyll-paginate
5959 - jekyll-scholar
You can’t perform that action at this time.
0 commit comments