diff --git a/assets/jsconfig.json b/assets/jsconfig.json deleted file mode 100644 index d0d7a6e..0000000 --- a/assets/jsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "../themes/hugo-theme-stack/assets/*" - ] - } - } -} \ No newline at end of file diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 19de6eb..969f607 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -1,9 +1,9 @@ baseURL: https://blog.sunyz.dev/ -languageCode: "en-us" -title: "Seven's Blog" +languageCode: en-us +title: Seven\'s Blog theme: hugo-theme-stack -defaultContentLanguage: "en" +defaultContentLanguage: en defaultContentLanguageInSubdir: true services: diff --git a/config/_default/permalinks.yaml b/config/_default/permalinks.yaml index bb3ba0e..76bfdef 100644 --- a/config/_default/permalinks.yaml +++ b/config/_default/permalinks.yaml @@ -1 +1,2 @@ -post: /p/:slug/ \ No newline at end of file +post: /p/:slug/ +page: /:slug/ \ No newline at end of file