5
5
# For technical reasons, this file is *NOT* reloaded automatically when you use
6
6
# `jekyll serve`. If you change this file, please restart the server process.
7
7
8
- # Site Settings
8
+ # Basic Site Settings
9
9
locale : " en-US"
10
10
title : " Your Name / Site Title"
11
11
title_separator : " -"
@@ -14,6 +14,55 @@ description : &description "personal description"
14
14
url : https://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
16
repository : " academicpages/academicpages.github.io"
17
+
18
+ # Site Author
19
+ author :
20
+ name : " Your Sidebar Name"
21
+ avatar : " profile.png"
22
+ bio : " Your biography for the left-hand sidebar"
23
+ pronouns : # example: "she/her"
24
+ location : " Location"
25
+ orcid : " http://orcid.org/yourorcidurl"
26
+ employer :
27
+ email :
28
+ uri :
29
+
30
+ # Manuscript repositories
31
+ googlescholar : " https://scholar.google.com/citations?user=PS_CX0AAAAAJ" # Update with the correct link to your profile
32
+ pubmed : " https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
33
+ researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
34
+
35
+ # Social media
36
+ bitbucket :
37
+ codepen :
38
+ dribbble :
39
+ facebook :
40
+ flickr :
41
+ foursquare :
42
+ github : " academicpages"
43
+ goodreads :
44
+ google_plus :
45
+ keybase :
46
+ impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
47
+ instagram :
48
+ lastfm :
49
+ linkedin :
50
+ mastodon : " mastodonhandle"
51
+ medium : # "add medium profile url here"
52
+ pinterest :
53
+ soundcloud :
54
+ stackoverflow : # http://stackoverflow.com/users/123456/username
55
+ steam :
56
+ tumblr :
57
+ twitter : " replacethistwitterhandle"
58
+ vine :
59
+ weibo :
60
+ wikipedia :
61
+ xing :
62
+ youtube :
63
+
64
+
65
+ # Site Settings
17
66
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
18
67
breadcrumbs : false # true, false (default)
19
68
words_per_minute : 160
@@ -49,12 +98,14 @@ staticman:
49
98
atom_feed :
50
99
path : # blank (default) uses feed.xml
51
100
101
+
52
102
# SEO Related
53
103
google_site_verification :
54
104
bing_site_verification :
55
105
alexa_site_verification :
56
106
yandex_site_verification :
57
107
108
+
58
109
# Social Sharing
59
110
twitter :
60
111
username : &twitter
@@ -78,48 +129,6 @@ analytics:
78
129
tracking_id :
79
130
80
131
81
- # Site Author
82
- author :
83
- name : " Your Sidebar Name"
84
- avatar : " profile.png"
85
- bio : " Your biography for the left-hand sidebar"
86
- pronouns : # example: "she/her"
87
- location : " Location"
88
- employer :
89
- pubmed : " https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
90
- googlescholar : " https://scholar.google.com/citations?user=PS_CX0AAAAAJ" # Update with the correct link to your profile
91
- email :
92
- researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
93
- uri :
94
- bitbucket :
95
- codepen :
96
- dribbble :
97
- flickr :
98
- facebook :
99
- foursquare :
100
- github : " academicpages"
101
- google_plus :
102
- goodreads :
103
- keybase :
104
- instagram :
105
- impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
106
- lastfm :
107
- linkedin :
108
- orcid : " http://orcid.org/yourorcidurl"
109
- pinterest :
110
- soundcloud :
111
- stackoverflow : # http://stackoverflow.com/users/123456/username
112
- steam :
113
- tumblr :
114
- twitter : " replacethistwitterhandle"
115
- vine :
116
- weibo :
117
- xing :
118
- youtube :
119
- wikipedia :
120
- medium : # "add medium profile url here"
121
-
122
-
123
132
# Reading Files
124
133
include :
125
134
- .htaccess
@@ -248,6 +257,7 @@ defaults:
248
257
author_profile : true
249
258
share : true
250
259
260
+
251
261
# Sass/SCSS
252
262
sass :
253
263
sass_dir : _sass
0 commit comments