@@ -128,83 +128,22 @@ pirsch_analytics: # your Pirsch analytics site ID (length 32 characters)
128128google_site_verification : # your google-site-verification ID (Google Search Console)
129129bing_site_verification : # out your bing-site-verification ID (Bing Webmaster)
130130
131- # -----------------------------------------------------------------------------
132- # Blog
133- # -----------------------------------------------------------------------------
134-
135- blog_name : al-folio # blog_name will be displayed in your blog page
136- blog_description : a simple whitespace theme for academics
137- permalink : /blog/:year/:title/
138- lsi : false # produce an index for related posts
139-
140- # Pagination
141- pagination :
142- enabled : true
143-
144- related_blog_posts :
145- enabled : true
146- max_related : 5
147-
148- # Giscus comments (RECOMMENDED)
149- # Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
150- giscus :
151- repo : # <your-github-user-name>/<your-github-repo-name>
152- repo_id : # leave empty or specify your repo_id (see https://giscus.app/)
153- category : Comments # name of the category under which discussions will be created
154- category_id : # leave empty or specify your category_id (see https://giscus.app/)
155- mapping : title # identify discussions by post title
156- strict : 1 # use strict identification mode
157- reactions_enabled : 1 # enable (1) or disable (0) emoji reactions
158- input_position : bottom # whether to display input form below (bottom) or above (top) the comments
159- theme : preferred_color_scheme # name of the color scheme (preferred works well with al-folio light/dark mode)
160- emit_metadata : 0
161- lang : en
162-
163- # Disqus comments (DEPRECATED)
164- disqus_shortname : al-folio # put your disqus shortname
165- # https://help.disqus.com/en/articles/1717111-what-s-a-shortname
166-
167- # External sources.
168- # If you have blog posts published on medium.com or other external sources,
169- # you can display them in your blog by adding a link to the RSS feed.
170- external_sources :
171- - name : medium.com
172- rss_url : https://medium.com/@al-folio/feed
173- - name : Google Blog
174- posts :
175- - url : https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
176- published_date : 2024-05-14
177-
178- # -----------------------------------------------------------------------------
179- # Newsletter
180- # -----------------------------------------------------------------------------
181-
182- newsletter :
183- enabled : false
184- endpoint : # your loops endpoint (e.g., https://app.loops.so/api/newsletter-form/YOUR-ENDPOINT)
185- # https://loops.so/docs/forms/custom-form
186-
187131# -----------------------------------------------------------------------------
188132# Collections
189133# -----------------------------------------------------------------------------
190134
191135collections :
192- news :
193- defaults :
194- layout : post
195- output : true
196- permalink : /:collection/:title/
197136 projects :
198137 output : true
199138 permalink : /:collection/:title/
200139
201140announcements :
202- enabled : true
141+ enabled : false
203142 scrollable : true # adds a vertical scroll bar if there are more than 3 news items
204143 limit : 5 # leave blank to include all the news in the `_news` folder
205144
206145latest_posts :
207- enabled : true
146+ enabled : false
208147 scrollable : true # adds a vertical scroll bar if there are more than 3 new posts items
209148 limit : 3 # leave blank to include all the blog posts
210149
@@ -253,7 +192,6 @@ keep_files:
253192
254193# Plug-ins
255194plugins :
256- - jekyll-archives
257195 - jekyll-email-protect
258196 - jekyll-feed
259197 - jekyll-get-json
0 commit comments