Provide sample social profiles
This commit is contained in:
parent
dc1589092f
commit
500ad4c4be
15
_config.yml
15
_config.yml
|
|
@ -15,12 +15,13 @@ baseurl: /al-folio # the subpath of your site, e.g. /blog/
|
||||||
last_updated: # leave blank if you don't want to display last updated
|
last_updated: # leave blank if you don't want to display last updated
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Social integration
|
# Social integration: modify for your profiles or delete
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
github_username: # put your github username
|
github_username: alshedivat
|
||||||
twitter_username: # put your twitter username
|
twitter_username: alshedivat
|
||||||
linkedin_username: # put your linkedin username
|
linkedin_username: alshedivat
|
||||||
scholar_authorid: # put your google scholar author id
|
scholar_userid: iUe4TdgAAAAJ
|
||||||
|
orcid_id: 0000-0001-9037-1005
|
||||||
contact_note: >
|
contact_note: >
|
||||||
You can even add a little note about which of these is the best way to reach you.
|
You can even add a little note about which of these is the best way to reach you.
|
||||||
|
|
||||||
|
|
@ -76,8 +77,8 @@ highlighter: pygments
|
||||||
# Includes
|
# Includes
|
||||||
include: ['_pages']
|
include: ['_pages']
|
||||||
|
|
||||||
# Gems
|
# Plug-ins
|
||||||
gems:
|
plugins:
|
||||||
- jekyll-email-protect
|
- jekyll-email-protect
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll/scholar
|
- jekyll/scholar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue