Update _config.yml
This commit is contained in:
parent
52e5d4bca2
commit
909e599849
40
_config.yml
40
_config.yml
|
@ -2,11 +2,12 @@
|
|||
# Site settings
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
title: blank # the website title (if blank, full name will be used instead)
|
||||
first_name: You
|
||||
middle_name: R.
|
||||
last_name: Name
|
||||
email: you@example.com
|
||||
title: blank
|
||||
first_name: Santiago
|
||||
middle_name:
|
||||
last_name: Lo Coco
|
||||
email:
|
||||
# email: santilococo.01@gmail.com
|
||||
description: > # the ">" symbol means to ignore newlines until "footer_text:"
|
||||
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
|
||||
footer_text: >
|
||||
|
@ -17,8 +18,8 @@ keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your
|
|||
|
||||
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
|
||||
icon: 🔥 # the emoji used as the favicon
|
||||
url: https://alshedivat.github.io # the base hostname & protocol for your site
|
||||
baseurl: /al-folio # the subpath of your site, e.g. /blog/
|
||||
url: https://slococo.com.ar # the base hostname & protocol for your site
|
||||
baseurl: # the subpath of your site, e.g. /blog/
|
||||
last_updated: false # set to true if you want to display last updated in the footer
|
||||
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
|
||||
|
||||
|
@ -28,7 +29,7 @@ impressum_path: # set to path to include impressum link in the footer, use the
|
|||
# will use title and url fields
|
||||
# Take a look to https://github.com/jekyll/jekyll-feed for more customization
|
||||
|
||||
rss_icon: true
|
||||
rss_icon: false
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Layout
|
||||
|
@ -54,10 +55,10 @@ og_image: # The site-wide (default for all links) Open Graph preview image
|
|||
# Social integration
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
github_username: # your GitHub user name
|
||||
gitlab_username: # your GitLab user name
|
||||
github_username: santilococo # your GitHub user name
|
||||
gitlab_username: santilococo # your GitLab user name
|
||||
twitter_username: # your Twitter handle
|
||||
linkedin_username: # your LinkedIn user name
|
||||
linkedin_username: santilococo # your LinkedIn user name
|
||||
scholar_userid: # your Google Scholar ID
|
||||
orcid_id: # your ORCID ID
|
||||
medium_username: # your Medium username
|
||||
|
@ -71,8 +72,7 @@ wikidata_id: # your wikidata id
|
|||
dblp_url: # your DBLP profile url
|
||||
stackoverflow_id: #your stackoverflow id
|
||||
|
||||
contact_note: >
|
||||
You can even add a little note about which of these is the best way to reach you.
|
||||
contact_note:
|
||||
|
||||
google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX)
|
||||
google_site_verification: # your google-site-verification ID (Google Search Console)
|
||||
|
@ -83,18 +83,14 @@ panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX)
|
|||
# Blog
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
blog_name: al-folio # your blog must have a name for it to show up in the nav bar
|
||||
blog_description: a simple whitespace theme for academics
|
||||
blog_name: blog # your blog must have a name for it to show up in the nav bar
|
||||
blog_description:
|
||||
permalink: /blog/:year/:title/
|
||||
|
||||
# Pagination
|
||||
pagination:
|
||||
enabled: true
|
||||
|
||||
# Comments
|
||||
disqus_shortname: al-folio # put your disqus shortname
|
||||
# https://help.disqus.com/en/articles/1717111-what-s-a-shortname
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Collections
|
||||
# -----------------------------------------------------------------------------
|
||||
|
@ -109,7 +105,7 @@ collections:
|
|||
output: true
|
||||
permalink: /projects/:path/
|
||||
|
||||
news_limit: 5
|
||||
# news_limit: 5
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Jekyll settings
|
||||
|
@ -203,8 +199,8 @@ jekyll-archives:
|
|||
|
||||
scholar:
|
||||
|
||||
last_name: Einstein
|
||||
first_name: [Albert, A.]
|
||||
last_name: Lo Coco
|
||||
first_name: [Santiago]
|
||||
|
||||
style: apa
|
||||
locale: en
|
||||
|
|
Loading…
Reference in New Issue