Skip to content

Commit fd668c9

Browse files
committed
Resolved merge conflicts, updated config for Tulane migration
2 parents a36d439 + 3e6bca7 commit fd668c9

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.idea/
2+
/_site
3+
/.sass-cache
4+
/.jekyll-metadata
5+
/Gemfile.lock
6+
/.bundle
7+
/vendor
8+
.DS_Store
9+
*~

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Open Gemfile in your preferred editor and replace the content with:
12
source "https://rubygems.org"
23

34
# Hello! This is where you manage which Jekyll version is used to run.

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: Laboratory for Software Design
17-
email: hridesh@iastate.edu
17+
email: hrajan@tulane.edu # Updated to Tulane email
1818
description: >
1919
TODO
2020
baseurl: "" # 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
2424
markdown: kramdown
@@ -30,7 +30,6 @@ exclude:
3030
- _citation_styles
3131
- README.md
3232

33-
3433
collections:
3534
papers: # Declare the `papers` collection, and output a page for every item.
3635
output: true
@@ -53,7 +52,8 @@ static_files:
5352

5453
scholar:
5554
source: .
56-
# Plugins
55+
56+
# Plugins (using the modern approach instead of 'gems')
5757
plugins:
5858
- jekyll-paginate
5959
- jekyll-scholar

0 commit comments

Comments
 (0)