@@ -133,71 +133,71 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
133133# Blog
134134# -----------------------------------------------------------------------------
135135
136- # blog_name: al-folio # blog_name will be displayed in your blog page
137- # blog_description: a simple whitespace theme for academics
138- # permalink: /blog/:year/:title/
139- # lsi: false # produce an index for related posts
140- #
141- # # Pagination
142- # pagination:
143- # enabled: true
144- #
145- # related_blog_posts:
146- # enabled: true
147- # max_related: 5
148- #
149- # # Giscus comments (RECOMMENDED)
150- # # Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
151- # giscus:
152- # repo: # <your-github-user-name>/<your-github-repo-name>
153- # repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
154- # category: Comments # name of the category under which discussions will be created
155- # category_id: # leave empty or specify your category_id (see https://giscus.app/)
156- # mapping: title # identify discussions by post title
157- # strict: 1 # use strict identification mode
158- # reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
159- # input_position: bottom # whether to display input form below (bottom) or above (top) the comments
160- # theme: preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
161- # emit_metadata: 0
162- # lang: en
163- #
164- # # Disqus comments (DEPRECATED)
165- # disqus_shortname: al-folio # put your disqus shortname
166- # # https://help.disqus.com/en/articles/1717111-what-s-a-shortname
167- #
168- # # External sources.
169- # # If you have blog posts published on medium.com or other external sources,
170- # # you can display them in your blog by adding a link to the RSS feed.
171- # external_sources:
172- # - name: medium.com
173- # rss_url: https://medium.com/@al-folio/feed
174- # - name: Google Blog
175- # posts:
176- # - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
177- # published_date: 2024-05-14
136+ blog_name : al-folio # blog_name will be displayed in your blog page
137+ blog_description : a simple whitespace theme for academics
138+ permalink : /blog/:year/:title/
139+ lsi : false # produce an index for related posts
140+
141+ # Pagination
142+ pagination :
143+ enabled : false
144+
145+ related_blog_posts :
146+ enabled : false
147+ max_related : 5
148+
149+ # Giscus comments (RECOMMENDED)
150+ # Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
151+ giscus :
152+ repo : # <your-github-user-name>/<your-github-repo-name>
153+ repo_id : # leave empty or specify your repo_id (see https://giscus.app/)
154+ category : Comments # name of the category under which discussions will be created
155+ category_id : # leave empty or specify your category_id (see https://giscus.app/)
156+ mapping : title # identify discussions by post title
157+ strict : 1 # use strict identification mode
158+ reactions_enabled : 1 # enable (1) or disable (0) emoji reactions
159+ input_position : bottom # whether to display input form below (bottom) or above (top) the comments
160+ theme : preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
161+ emit_metadata : 0
162+ lang : en
163+
164+ # Disqus comments (DEPRECATED)
165+ disqus_shortname : al-folio # put your disqus shortname
166+ # https://help.disqus.com/en/articles/1717111-what-s-a-shortname
167+
168+ # External sources.
169+ # If you have blog posts published on medium.com or other external sources,
170+ # you can display them in your blog by adding a link to the RSS feed.
171+ external_sources :
172+ - name : medium.com
173+ rss_url : https://medium.com/@al-folio/feed
174+ - name : Google Blog
175+ posts :
176+ - url : https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
177+ published_date : 2024-05-14
178178
179179# -----------------------------------------------------------------------------
180180# Newsletter
181181# -----------------------------------------------------------------------------
182182
183- # newsletter:
184- # enabled: false
185- # endpoint: # your loops endpoint (e.g., https://app.loops.so/api/newsletter-form/YOUR-ENDPOINT)
186- # # https://loops.so/docs/forms/custom-form
183+ newsletter :
184+ enabled : false
185+ endpoint : # your loops endpoint (e.g., https://app.loops.so/api/newsletter-form/YOUR-ENDPOINT)
186+ # https://loops.so/docs/forms/custom-form
187187
188188# -----------------------------------------------------------------------------
189189# Collections
190190# -----------------------------------------------------------------------------
191191
192- # collections:
193- # news:
194- # defaults:
195- # layout: post
196- # output: true
197- # permalink: /:collection/:title/
198- # projects:
199- # output: true
200- # permalink: /:collection/:title/
192+ collections :
193+ news :
194+ defaults :
195+ layout : post
196+ output : true
197+ permalink : /:collection/:title/
198+ projects :
199+ output : true
200+ permalink : /:collection/:title/
201201
202202announcements :
203203 enabled : false
0 commit comments