Skip to content

Commit 652c44b

Browse files
committed
Update _config.yml
update config to remove external sources
1 parent 573231d commit 652c44b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

_config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
title: PAIR # the website title (if blank, full name will be used instead)
66
first_name: PAIR
7-
middle_name:
7+
middle_name:
88
last_name: Lab
99
contact_note: >
1010
You can even add a little note about which of these is the best way to reach you.
@@ -113,19 +113,19 @@ giscus:
113113
lang: en
114114

115115
# Disqus comments (DEPRECATED)
116-
disqus_shortname: # put your disqus shortname
116+
disqus_shortname: # put your disqus shortname
117117
# https://help.disqus.com/en/articles/1717111-what-s-a-shortname
118118

119119
# External sources.
120120
# If you have blog posts published on medium.com or other external sources,
121121
# you can display them in your blog by adding a link to the RSS feed.
122-
external_sources:
123-
- name:
124-
rss_url:
125-
- name:
126-
posts:
127-
- url:
128-
published_date:
122+
# external_sources:
123+
# - name:
124+
# rss_url:
125+
# - name:
126+
# posts:
127+
# - url:
128+
# published_date:
129129

130130
# -----------------------------------------------------------------------------
131131
# Newsletter
@@ -291,9 +291,9 @@ scholar:
291291
order: descending
292292
group_by: type
293293
group_order: ascending
294-
type_aliases: {inproceedings: article}
295-
type_names: {unpublished: Preprints, article: Papers (Journals & Conferences), workshop: Peer-Reviewed Workshops, thesis: Theses, patent: Patents}
296-
type_order: [article,unpublished,workshop,thesis,patent,misc]
294+
type_aliases: { inproceedings: article }
295+
type_names: { unpublished: Preprints, article: Papers (Journals & Conferences), workshop: Peer-Reviewed Workshops, thesis: Theses, patent: Patents }
296+
type_order: [article, unpublished, workshop, thesis, patent, misc]
297297

298298
bibliography_list_attributes:
299299
reversed: true

0 commit comments

Comments
 (0)