From e9376d4315a61ef05397665b0434f1006f0c367c Mon Sep 17 00:00:00 2001 From: dsrkafuu Date: Fri, 25 Feb 2022 00:41:52 +0800 Subject: feat: new pages demo --- .github/workflows/pages.yml | 1 - README.md | 2 +- 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 diff --git a/README.md b/README.md index cf6bee1..e0ceeda 100644 --- a/README.md +++ b/README.md @@ -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/) ![Screenshot of Fuji](https://raw.githubusercontent.com/dsrkafuu/hugo-theme-fuji/master/images/screenshot.png) 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" -- cgit v1.2.3