diff --git a/content/page/links/index.md b/content/page/links/index.md index 6b3546f..9d04a8f 100644 --- a/content/page/links/index.md +++ b/content/page/links/index.md @@ -1,6 +1,11 @@ --- title: 链接 slug: links +math: false +toc: false +readingTime: false +license: false + links: - title: 星云软件工作室 description: 星云软件工作室是在中华人民共和国注册的盈利性个体经济组织,主要业务涉及大数据与企业级私有云部署、物联网软件平台支持、应用软件及游戏开发。 diff --git a/content/page/search/index.md b/content/page/search/index.md new file mode 100644 index 0000000..0363546 --- /dev/null +++ b/content/page/search/index.md @@ -0,0 +1,8 @@ +--- +title: "Search" +slug: "search" +layout: "search" +outputs: + - html + - json +--- \ No newline at end of file diff --git a/content/post/linux-swap/swap_space.png b/content/post/linux-swap/swap_space.png index aae322b..02347e0 100644 Binary files a/content/post/linux-swap/swap_space.png and b/content/post/linux-swap/swap_space.png differ diff --git a/hugo.yaml b/hugo.yaml index f135cfa..964d871 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -70,11 +70,11 @@ params: menu: main: - - identifier: home - name: 主页 - url: / + - identifier: search + name: 搜索 + url: /search params: - icon: home + icon: search newTab: true - identifier: categories