diff --git a/exampleSite/zh/config.toml b/exampleSite/zh/config.toml index d5da8efc..8c8332f2 100644 --- a/exampleSite/zh/config.toml +++ b/exampleSite/zh/config.toml @@ -47,7 +47,7 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录 [[menu.main]] identifier = "categories" - name = "目录" + name = "分类" url = "categories" weight = 3 diff --git a/exampleSite/zh/content/posts/Basic-Markdown-Preview.md b/exampleSite/zh/content/posts/Basic-Markdown-Preview.md index 65112ff8..797dd67f 100644 --- a/exampleSite/zh/content/posts/Basic-Markdown-Preview.md +++ b/exampleSite/zh/content/posts/Basic-Markdown-Preview.md @@ -425,7 +425,7 @@ __~~*删除线 倾斜 1 加粗 2*~~__ 和 *~~__删除线 倾斜 1 加粗 2__~~* ```markdown Web image -![Web Picture](http://www.revolunet.com/static/parisjs8/img/logo-revolunet-carre.jpg "Web Picture") +![Web Picture](https://static.dillonzq.com/images/20190817130904-U6cPUk.jpg "Web Picture") Local image ![Local Picture](logo-revolunet-carre.jpg "Local Picture") @@ -446,7 +446,7 @@ With this link (https://github.com/revolunet/sublimetext-markdown-preview/), it ``` Web image -![Web Picture](http://www.revolunet.com/static/parisjs8/img/logo-revolunet-carre.jpg "Web Picture") +![Web Picture](https://static.dillonzq.com/images/20190817130904-U6cPUk.jpg "Web Picture") Local image ![Local Picture](/苹果-touch-icon.png "Local Picture") diff --git a/exampleSite/content/posts/test.md b/exampleSite/zh/content/posts/test.md similarity index 100% rename from exampleSite/content/posts/test.md rename to exampleSite/zh/content/posts/test.md