Skip to content

Commit a7d7ee7

Browse files
committed
.
1 parent ba606b3 commit a7d7ee7

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

_config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,16 @@ exclude:
5252
collections:
5353
posts:
5454
output: true
55-
permalink: /:collection/:path/
55+
sort_by: date
56+
permalink: /:collection/:year-:month-:day-:title:output_ext
5657
pages:
5758
output: true
58-
permalink: /:collection/:path/
59+
sort_by: date
60+
permalink: /:collection/:year-:month-:day-:title:output_ext
5961
others:
6062
output: true
61-
permalink: /:collection/:path/
63+
sort_by: date
64+
permalink: /:collection/:year-:month-:day-:title:output_ext
6265

6366
ordered_collections:
6467
- posts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 00. Introduction
33
author: Tao He
4-
date: 2019-04-27
4+
date: 2025-08-04
55
category: Jekyll
66
layout: post
77
---

0 commit comments

Comments
 (0)