Skip to content

Commit 9cce3aa

Browse files
committed
Removing blog and news section. Rewriting the front page
1 parent 316d3f5 commit 9cce3aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7
-2991
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
source 'https://rubygems.org'
22
group :jekyll_plugins do
3-
gem 'classifier-reborn'
43
gem 'jekyll'
5-
gem 'jekyll-archives'
64
gem 'jekyll-email-protect'
75
gem 'jekyll-feed'
86
gem 'jekyll-get-json'

_config.yml

Lines changed: 2 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -128,83 +128,22 @@ pirsch_analytics: # your Pirsch analytics site ID (length 32 characters)
128128
google_site_verification: # your google-site-verification ID (Google Search Console)
129129
bing_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

191135
collections:
192-
news:
193-
defaults:
194-
layout: post
195-
output: true
196-
permalink: /:collection/:title/
197136
projects:
198137
output: true
199138
permalink: /:collection/:title/
200139

201140
announcements:
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

206145
latest_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
255194
plugins:
256-
- jekyll-archives
257195
- jekyll-email-protect
258196
- jekyll-feed
259197
- jekyll-get-json

_includes/latest_posts.liquid

Lines changed: 0 additions & 48 deletions
This file was deleted.

_includes/news.liquid

Lines changed: 0 additions & 34 deletions
This file was deleted.

_includes/related_posts.liquid

Lines changed: 0 additions & 22 deletions
This file was deleted.

_layouts/archive-category.liquid

Lines changed: 0 additions & 30 deletions
This file was deleted.

_layouts/archive-tag.liquid

Lines changed: 0 additions & 30 deletions
This file was deleted.

_layouts/archive-year.liquid

Lines changed: 0 additions & 30 deletions
This file was deleted.

_news/announcement_1.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_news/announcement_2.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)