7
7
8
8
# Site Settings
9
9
locale : " en-US"
10
- title : " R. Stuart Geiger "
10
+ title : " Your Name / Site Title "
11
11
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"
15
15
baseurl : " " # the subpath of your site, e.g. "/blog"
16
- repository : " staeiou/staeiou .github.io"
16
+ repository : " academicpages/academicpages .github.io"
17
17
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
18
18
breadcrumbs : false # true, false (default)
19
19
words_per_minute : 160
@@ -47,14 +47,14 @@ atom_feed:
47
47
path : # blank (default) uses feed.xml
48
48
49
49
# SEO Related
50
- google_site_verification : " 3hdu0GcCfjZ6WbPpApjcdcEGjsCPDcDn1QLtBm -DRBg"
50
+ google_site_verification : " -DRBg"
51
51
bing_site_verification :
52
52
alexa_site_verification :
53
53
yandex_site_verification :
54
54
55
55
# Social Sharing
56
56
twitter :
57
- username : &twitter "staeiou"
57
+ username : &twitter
58
58
facebook :
59
59
username :
60
60
app_id :
@@ -73,17 +73,17 @@ social:
73
73
analytics :
74
74
provider : " google-universal" # false (default), "google", "google-universal", "custom"
75
75
google :
76
- tracking_id : " UA-79273-2 "
76
+ tracking_id :
77
77
78
78
79
79
# Site Author
80
80
author :
81
81
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 "
85
85
employer :
86
- googlescholar : " https://scholar.google.com/citations?user=0AvWi3wAAAAJ&hl=en "
86
+ googlescholar :
87
87
email :
88
88
uri :
89
89
bitbucket :
@@ -92,34 +92,31 @@ author:
92
92
flickr :
93
93
facebook :
94
94
foursquare :
95
- github : " staeiou "
95
+ github : " academicpages "
96
96
google_plus :
97
97
keybase :
98
98
instagram :
99
99
lastfm :
100
100
linkedin :
101
- orcid : " http://orcid.org/0000-0001-7215-0532 "
101
+ orcid :
102
102
pinterest :
103
103
soundcloud :
104
104
stackoverflow : # http://stackoverflow.com/users/123456/username
105
105
steam :
106
106
tumblr :
107
- twitter : *twitter
107
+ twitter :
108
108
vine :
109
109
weibo :
110
110
xing :
111
111
youtube :
112
- wikipedia : " staeiou "
112
+ wikipedia :
113
113
114
114
115
115
# Reading Files
116
116
include :
117
117
- .htaccess
118
118
- _pages
119
- - " *.pdf"
120
119
- " papers/*.pdf"
121
- - " portfolio/papers/*.pdf"
122
- - " portfolio/*.pdf"
123
120
exclude :
124
121
- " *.sublime-project"
125
122
- " *.sublime-workspace"
@@ -178,7 +175,7 @@ collections:
178
175
articles :
179
176
output : true
180
177
permalink : /:collection/:path/
181
- expressions :
178
+ portfolio :
182
179
output : true
183
180
permalink : /:collection/:path/
184
181
talks :
@@ -225,10 +222,10 @@ defaults:
225
222
author_profile : true
226
223
share : true
227
224
comments : true
228
- # _expressions
225
+ # _portfolio
229
226
- scope :
230
227
path : " "
231
- type : expressions
228
+ type : portfolio
232
229
values :
233
230
layout : single
234
231
author_profile : true
0 commit comments