diff options
author | dsrkafuu | 2022-02-25 00:41:52 +0800 |
---|---|---|
committer | dsrkafuu | 2022-02-25 00:41:52 +0800 |
commit | e9376d4315a61ef05397665b0434f1006f0c367c (patch) | |
tree | d6bf73d0aef4784c4283efde52ee2985745c4813 | |
parent | d2d572cdae9281d4d489bc74101450fde0ea8059 (diff) | |
download | hugo-theme-fuji-e9376d4315a61ef05397665b0434f1006f0c367c.tar.gz hugo-theme-fuji-e9376d4315a61ef05397665b0434f1006f0c367c.tar.bz2 hugo-theme-fuji-e9376d4315a61ef05397665b0434f1006f0c367c.zip |
feat: new pages demo
-rw-r--r-- | .github/workflows/pages.yml | 1 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | exampleSite/config.toml | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2553c84..6548c44 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -27,7 +27,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public @@ -33,7 +33,7 @@ Supported languages: `cs`, `de`, `en`, `eo`, `fr`, `ja`, `nl`, `pl`, `pt-pt`, `z ## 💻 Live demos -[**Live Demo (gohugo.io)**](https://themes.gohugo.io/theme/hugo-theme-fuji/) +[**Live Demo (GitHub Pages)**](https://github.dsrkafuu.net/hugo-theme-fuji/)  diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 24dd7bb..f6ebc75 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://example.com" +baseURL = "https://github.dsrkafuu.net/hugo-theme-fuji/" title = "Hugo Theme Fuji" theme = "fuji" |