Skip to content

Commit 5380dc1

Browse files
committed
remove staeiou data
1 parent 8a0b802 commit 5380dc1

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

_config.yml

+19-22
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
# Site Settings
99
locale : "en-US"
10-
title : "R. Stuart Geiger"
10+
title : "Your Name / Site Title"
1111
title_separator : "-"
12-
name : &name "R. Stuart Geiger"
13-
description : &description "computational ethnographer<br/>ethnographer of computation"
14-
url : http://stuartgeiger.com # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
12+
name : &name "Your Name"
13+
description : &description "personal description"
14+
url : http://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
1515
baseurl : "" # the subpath of your site, e.g. "/blog"
16-
repository : "staeiou/staeiou.github.io"
16+
repository : "academicpages/academicpages.github.io"
1717
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
1818
breadcrumbs : false # true, false (default)
1919
words_per_minute : 160
@@ -47,14 +47,14 @@ atom_feed:
4747
path : # blank (default) uses feed.xml
4848

4949
# SEO Related
50-
google_site_verification : "3hdu0GcCfjZ6WbPpApjcdcEGjsCPDcDn1QLtBm-DRBg"
50+
google_site_verification : "-DRBg"
5151
bing_site_verification :
5252
alexa_site_verification :
5353
yandex_site_verification :
5454

5555
# Social Sharing
5656
twitter:
57-
username : &twitter "staeiou"
57+
username : &twitter
5858
facebook:
5959
username :
6060
app_id :
@@ -73,17 +73,17 @@ social:
7373
analytics:
7474
provider : "google-universal" # false (default), "google", "google-universal", "custom"
7575
google:
76-
tracking_id : "UA-79273-2"
76+
tracking_id :
7777

7878

7979
# Site Author
8080
author:
8181
name :
82-
avatar : "oban3.jpg"
83-
bio : "Computational ethnographer, ethnographer of computation, and postdoc at the <a style='color: black;' href='http://bids.berkeley.edu'>Berkeley Institute for Data Science</a>"
84-
location : "Berkeley, CA"
82+
avatar : ""
83+
bio : "Your biography for the left-hand sidebar"
84+
location : "Location"
8585
employer :
86-
googlescholar : "https://scholar.google.com/citations?user=0AvWi3wAAAAJ&hl=en"
86+
googlescholar :
8787
email :
8888
uri :
8989
bitbucket :
@@ -92,34 +92,31 @@ author:
9292
flickr :
9393
facebook :
9494
foursquare :
95-
github : "staeiou"
95+
github : "academicpages"
9696
google_plus :
9797
keybase :
9898
instagram :
9999
lastfm :
100100
linkedin :
101-
orcid : "http://orcid.org/0000-0001-7215-0532"
101+
orcid :
102102
pinterest :
103103
soundcloud :
104104
stackoverflow : # http://stackoverflow.com/users/123456/username
105105
steam :
106106
tumblr :
107-
twitter : *twitter
107+
twitter :
108108
vine :
109109
weibo :
110110
xing :
111111
youtube :
112-
wikipedia : "staeiou"
112+
wikipedia :
113113

114114

115115
# Reading Files
116116
include:
117117
- .htaccess
118118
- _pages
119-
- "*.pdf"
120119
- "papers/*.pdf"
121-
- "portfolio/papers/*.pdf"
122-
- "portfolio/*.pdf"
123120
exclude:
124121
- "*.sublime-project"
125122
- "*.sublime-workspace"
@@ -178,7 +175,7 @@ collections:
178175
articles:
179176
output: true
180177
permalink: /:collection/:path/
181-
expressions:
178+
portfolio:
182179
output: true
183180
permalink: /:collection/:path/
184181
talks:
@@ -225,10 +222,10 @@ defaults:
225222
author_profile: true
226223
share: true
227224
comments: true
228-
# _expressions
225+
# _portfolio
229226
- scope:
230227
path: ""
231-
type: expressions
228+
type: portfolio
232229
values:
233230
layout: single
234231
author_profile: true

0 commit comments

Comments
 (0)