We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba606b3 commit a7d7ee7Copy full SHA for a7d7ee7
2 files changed
_config.yml
@@ -52,13 +52,16 @@ exclude:
52
collections:
53
posts:
54
output: true
55
- permalink: /:collection/:path/
+ sort_by: date
56
+ permalink: /:collection/:year-:month-:day-:title:output_ext
57
pages:
58
59
60
61
others:
62
63
64
65
66
ordered_collections:
67
- posts
_posts/2025-08-04.md _posts/2025-08-04-introduction.md_posts/2025-08-04.md renamed to _posts/2025-08-04-introduction.md
@@ -1,7 +1,7 @@
1
---
2
title: 00. Introduction
3
author: Tao He
4
-date: 2019-04-27
+date: 2025-08-04
5
category: Jekyll
6
layout: post
7
0 commit comments