Skip to content

Commit 94f7def

Browse files
committed
Update contact and fix typo
1 parent 26c61b4 commit 94f7def

29 files changed

Lines changed: 213 additions & 193 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
- run: *build_jekyll
7777
- store_artifacts:
7878
path: ~/repo/_site
79-
destination: EASI.github.io
79+
destination: AdaptiveExperiments.github.io

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
intersect-training.org
1+
AdaptiveExperiments.github.io

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ defaults:
119119
show_meta: false # Hide metadata for all pages
120120
# sidebar: # Possible values › left, right › by default there will be no sidebar
121121
comments: false
122-
author: cosden # Default author for pages
122+
author: carver # Default author for pages
123123
-
124124
scope:
125125
path: ''
@@ -128,7 +128,7 @@ defaults:
128128
show_meta: true # Show metadata for all posts
129129
# sidebar: # Possible values › left, right › by default there will be no sidebar
130130
comments: false
131-
author: cosden # Default author for posts
131+
author: carver # Default author for posts
132132

133133

134134

_config_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
77

88
url: 'http://localhost:4000'
9-
baseurl: '/EASI'
10-
urlimg: 'http://localhost:4000/EASI/images/'
9+
baseurl: '/ADAPTIVEEXPERIMENTS'
10+
urlimg: 'http://localhost:4000/ADAPTIVEEXPERIMENTS/images/'
1111

1212
# See › https://github.com/jekyll/jekyll-gist#disabling-noscript-support
1313
gist:

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848

4949
- title: "Contact"
5050
url: "/contact/"
51-
side: right
51+
side: left

_site/404.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
152152

153153

154154

155-
156-
157-
158-
<li class="divider"></li>
159-
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
160-
161-
162-
163155

164156

165157

@@ -326,6 +318,15 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
326318

327319

328320

321+
322+
323+
324+
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
325+
<li class="divider"></li>
326+
327+
328+
329+
329330

330331

331332
</ul>

_site/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
intersect-training.org
1+
AdaptiveExperiments.github.io

_site/about/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
152152

153153

154154

155-
156-
157-
158-
<li class="divider"></li>
159-
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
160-
161-
162-
163155

164156

165157

@@ -326,6 +318,15 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
326318

327319

328320

321+
322+
323+
324+
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
325+
<li class="divider"></li>
326+
327+
328+
329+
329330

330331

331332
</ul>

_site/adaptive/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
152152

153153

154154

155-
156-
157-
158-
<li class="divider"></li>
159-
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
160-
161-
162-
163155

164156

165157

@@ -326,6 +318,15 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
326318

327319

328320

321+
322+
323+
324+
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
325+
<li class="divider"></li>
326+
327+
328+
329+
329330

330331

331332
</ul>

_site/agenda/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
152152

153153

154154

155-
156-
157-
158-
<li class="divider"></li>
159-
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
160-
161-
162-
163155

164156

165157

@@ -326,6 +318,15 @@ <h1 class="show-for-small-only"><a href="http://localhost:4000/EASI" class="icon
326318

327319

328320

321+
322+
323+
324+
<li><a href="http://localhost:4000/EASI/contact/">Contact</a></li>
325+
<li class="divider"></li>
326+
327+
328+
329+
329330

330331

331332
</ul>

0 commit comments

Comments
 (0)