From 7f31b1bdf2c2fc1e42059928e94de33a52122b29 Mon Sep 17 00:00:00 2001 From: Siril Teja Dukkipati Date: Wed, 27 Nov 2024 13:02:43 -0500 Subject: [PATCH] Update _config.yml --- _config.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index bbeb8b7..cf58f39 100644 --- a/_config.yml +++ b/_config.yml @@ -159,19 +159,19 @@ giscus: lang: en # Disqus comments (DEPRECATED) -disqus_shortname: al-folio # put your disqus shortname +disqus_shortname: # put your disqus shortname # https://help.disqus.com/en/articles/1717111-what-s-a-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 - - name: Google Blog - posts: - - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/ - published_date: 2024-05-14 + # - name: medium.com + # rss_url: https://medium.com/@al-folio/feed + # - name: Google Blog + # posts: + # - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/ + # published_date: 2024-05-14 # ----------------------------------------------------------------------------- # Newsletter @@ -199,12 +199,12 @@ collections: announcements: enabled: true scrollable: true # adds a vertical scroll bar if there are more than 3 news items - limit: 3 # leave blank to include all the news in the `_news` folder + limit: 4 # leave blank to include all the news in the `_news` folder latest_posts: - enabled: false + enabled: true scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items - limit: 3 # leave blank to include all the blog posts + limit: 4 # leave blank to include all the blog posts # ----------------------------------------------------------------------------- # Jekyll settings @@ -260,6 +260,7 @@ keep_files: # Plug-ins plugins: - jekyll-archives + - jekyll-diagrams - jekyll-email-protect - jekyll-feed - jekyll-get-json