Skip to content

Commit a05fef7

Browse files
committed
Update Jekyll configuration: add future support, modify post date format, and recreate index files
1 parent 5802908 commit a05fef7

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ plugins:
4444
- jekyll-sitemap
4545
- jekyll-include-cache
4646

47+
future: true
48+
4749
# Archives
4850
jekyll-archives:
4951
enabled: [categories, tags]

docs/_posts/2025-06-13-first-lesson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "First Lesson: Partition vs Broadcast"
3-
date: 2025-06-13
3+
date: 2025-06-13 12:00:00 -0800
44
categories:
55
- spark
66
- optimization

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: home
3+
---

docs/index.md

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

0 commit comments

Comments
 (0)