diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:04:16 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:04:16 +0000 |
commit | 02e487a72d9af883714d9e7fdadf72445bbfd775 (patch) | |
tree | 4eb5fdf7d0d53cc59ca10c08799be0e32d241926 /config.toml | |
parent | ae6d26f322c990bdae1d0a170fca4345d38cdf73 (diff) | |
download | capotej.com-02e487a72d9af883714d9e7fdadf72445bbfd775.tar.gz |
fix permalinks
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
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 |