Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calosor committed Nov 2, 2024
1 parent 4974125 commit 04a6bb6
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,57 +133,57 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# Blog
# -----------------------------------------------------------------------------

blog_name: al-folio # blog_name will be displayed in your blog page
blog_description: a simple whitespace theme for academics
permalink: /blog/:year/:title/
lsi: false # produce an index for related posts

# Pagination
pagination:
enabled: true

related_blog_posts:
enabled: false
max_related: 5

# Giscus comments (RECOMMENDED)
# Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
giscus:
repo: # <your-github-user-name>/<your-github-repo-name>
repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
category: Comments # name of the category under which discussions will be created
category_id: # leave empty or specify your category_id (see https://giscus.app/)
mapping: title # identify discussions by post title
strict: 1 # use strict identification mode
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
input_position: bottom # whether to display input form below (bottom) or above (top) the comments
theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
emit_metadata: 0
lang: en

# Disqus comments (DEPRECATED)
disqus_shortname: al-folio # 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

# -----------------------------------------------------------------------------
# Newsletter
# -----------------------------------------------------------------------------

newsletter:
enabled: false
endpoint: # your loops endpoint (e.g., https://app.loops.so/api/newsletter-form/YOUR-ENDPOINT)
# https://loops.so/docs/forms/custom-form
# blog_name: al-folio # blog_name will be displayed in your blog page
# blog_description: a simple whitespace theme for academics
# permalink: /blog/:year/:title/
# lsi: false # produce an index for related posts

# # Pagination
# pagination:
# enabled: true

# related_blog_posts:
# enabled: false
# max_related: 5

# # Giscus comments (RECOMMENDED)
# # Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
# giscus:
# repo: # <your-github-user-name>/<your-github-repo-name>
# repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
# category: Comments # name of the category under which discussions will be created
# category_id: # leave empty or specify your category_id (see https://giscus.app/)
# mapping: title # identify discussions by post title
# strict: 1 # use strict identification mode
# reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
# input_position: bottom # whether to display input form below (bottom) or above (top) the comments
# theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
# emit_metadata: 0
# lang: en

# # Disqus comments (DEPRECATED)
# disqus_shortname: al-folio # 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

# # -----------------------------------------------------------------------------
# # Newsletter
# # -----------------------------------------------------------------------------

# newsletter:
# enabled: false
# endpoint: # your loops endpoint (e.g., https://app.loops.so/api/newsletter-form/YOUR-ENDPOINT)
# # https://loops.so/docs/forms/custom-form

# -----------------------------------------------------------------------------
# Collections
Expand Down

0 comments on commit 04a6bb6

Please sign in to comment.