aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-06 19:04:16 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-06 19:04:16 +0000
commit02e487a72d9af883714d9e7fdadf72445bbfd775 (patch)
tree4eb5fdf7d0d53cc59ca10c08799be0e32d241926 /config.toml
parentae6d26f322c990bdae1d0a170fca4345d38cdf73 (diff)
downloadcapotej.com-02e487a72d9af883714d9e7fdadf72445bbfd775.tar.gz
fix permalinks
Diffstat (limited to '')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index fad240c..e5e9704 100644
--- a/config.toml
+++ b/config.toml
@@ -16,6 +16,9 @@ copyright = "" # default: author.name ↓ # 默认为下面配
[author] # essential # 必需
name = "Julio Capote"
+[permalinks]
+ post = "/blog/:year/:month/:day/:title/"
+
[sitemap] # essential # 必需
changefreq = "weekly"
priority = 0.5