Skip to content

Commit

Permalink
fixed sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuIndia committed Oct 30, 2023
1 parent 427dc90 commit f0a4f68
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ disqus_shortname: # put your disqus shortname
# External sources.
# If you have blog posts published on medium.com or other external sources,
# you can display them in your blog by adding a link to the RSS feed.
external_sources:
- name: medium.com
rss_url: https://medium.com/@al-folio/feed
# external_sources:
# - name: medium.com
# rss_url: https://medium.com/@al-folio/feed

# -----------------------------------------------------------------------------
# Collections
Expand Down Expand Up @@ -234,6 +234,28 @@ defaults:
path: "assets"
values:
sitemap: false

- scope:
path: "blog"
values:
sitemap: false

- scope:
path: "_posts"
values:
sitemap: false

- scope:
path: "news"
values:
sitemap: false

- scope:
path: "projects"
values:
sitemap: false



# -----------------------------------------------------------------------------
# Jekyll Minifier
Expand Down Expand Up @@ -268,8 +290,8 @@ display_categories: ['blockquotes'] # these categories will be displayed on the

scholar:

last_name: [Einstein]
first_name: [Albert, A.]
last_name: [Singh]
first_name: [Himanshu]

style: apa
locale: en
Expand Down

0 comments on commit f0a4f68

Please sign in to comment.