Skip to content

Commit 655d2db

Browse files
committed
Streamline config organization for new users
1 parent 56a6779 commit 655d2db

File tree

1 file changed

+53
-43
lines changed

1 file changed

+53
-43
lines changed

_config.yml

Lines changed: 53 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# For technical reasons, this file is *NOT* reloaded automatically when you use
66
# `jekyll serve`. If you change this file, please restart the server process.
77

8-
# Site Settings
8+
# Basic Site Settings
99
locale : "en-US"
1010
title : "Your Name / Site Title"
1111
title_separator : "-"
@@ -14,6 +14,55 @@ description : &description "personal description"
1414
url : https://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"
1616
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
1766
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
1867
breadcrumbs : false # true, false (default)
1968
words_per_minute : 160
@@ -49,12 +98,14 @@ staticman:
4998
atom_feed:
5099
path : # blank (default) uses feed.xml
51100

101+
52102
# SEO Related
53103
google_site_verification :
54104
bing_site_verification :
55105
alexa_site_verification :
56106
yandex_site_verification :
57107

108+
58109
# Social Sharing
59110
twitter:
60111
username : &twitter
@@ -78,48 +129,6 @@ analytics:
78129
tracking_id :
79130

80131

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-
123132
# Reading Files
124133
include:
125134
- .htaccess
@@ -248,6 +257,7 @@ defaults:
248257
author_profile: true
249258
share: true
250259

260+
251261
# Sass/SCSS
252262
sass:
253263
sass_dir: _sass

0 commit comments

Comments
 (0)