From 2a030d1f9bff1a37eee29882bf5ab510864ff88b Mon Sep 17 00:00:00 2001 From: mivinci <1366723936@qq.com> Date: Mon, 23 Aug 2021 22:20:39 +0800 Subject: [PATCH] fix gh action --- .github/workflows/site.yml | 3 --- exampleSite/config.toml | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3d2c1fe..0d8f0c0 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -22,9 +22,6 @@ jobs: hugo-version: '0.85.0' extended: true - - name: Rename - run: cd .. && mv hugo-theme-minima minima && cd minima - - name: Build run: make build diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 626d37b..e991f75 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,11 +2,14 @@ baseURL = "http://h.xjj.pub" languageCode = "en-us" title = "Hi Folks" copyright = "© Copyright notice" -theme = "minima" paginate = 5 googleAnalytics = "" disqusShortname = "hugo-minima" +# theme is the name of the hugo theme you choose, +# `hugo-theme-minima` is put here only for debuging, +# just name it whatever you're gonna handle the theme. +theme = "hugo-theme-minima" # Author has some of your information to be shown on the home # page of your blog.