Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsrkafuu <dsrkafuu@outlook.com>2022-02-24 19:41:52 +0300
committerdsrkafuu <dsrkafuu@outlook.com>2022-02-24 19:41:52 +0300
commite9376d4315a61ef05397665b0434f1006f0c367c (patch)
treed6bf73d0aef4784c4283efde52ee2985745c4813
parentd2d572cdae9281d4d489bc74101450fde0ea8059 (diff)
feat: new pages demo
-rw-r--r--.github/workflows/pages.yml1
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
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"