From 44590b976073e4faad796ffbcba57f3b87bbc223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 13 Apr 2021 09:31:49 +0800 Subject: [PATCH] =?UTF-8?q?config:=E8=B0=83=E6=95=B4=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=BD=A2=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 2 +- .../_posts/{Kubernetes基础术语.md => Kubernetes-foundations.md} | 0 source/_posts/{UML概念速查.md => UML-cheatsheet.md} | 0 ...协程中的suspend函数.md => kotlin-coroutines-suspend-function.md} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename source/_posts/{Kubernetes基础术语.md => Kubernetes-foundations.md} (100%) rename source/_posts/{UML概念速查.md => UML-cheatsheet.md} (100%) rename source/_posts/{如何使用Kotlin协程中的suspend函数.md => kotlin-coroutines-suspend-function.md} (100%) diff --git a/_config.yml b/_config.yml index 933126e..19822da 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ timezone: 'Asia/Shanghai' # URL ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' url: http://www.archgrid.com -permalink: :year/:month/:hash.html +permalink: :year/:month/:title/ permalink_defaults: pretty_urls: trailing_index: false # Set to false to remove trailing 'index.html' from permalinks diff --git a/source/_posts/Kubernetes基础术语.md b/source/_posts/Kubernetes-foundations.md similarity index 100% rename from source/_posts/Kubernetes基础术语.md rename to source/_posts/Kubernetes-foundations.md diff --git a/source/_posts/UML概念速查.md b/source/_posts/UML-cheatsheet.md similarity index 100% rename from source/_posts/UML概念速查.md rename to source/_posts/UML-cheatsheet.md diff --git a/source/_posts/如何使用Kotlin协程中的suspend函数.md b/source/_posts/kotlin-coroutines-suspend-function.md similarity index 100% rename from source/_posts/如何使用Kotlin协程中的suspend函数.md rename to source/_posts/kotlin-coroutines-suspend-function.md