diff options
-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" |