From bcce6e25c3ea744230b478585f09e429157a158e Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 15 May 2026 00:05:32 +0200 Subject: [PATCH] Move example site to github pages --- README.md | 16 ++++++++-------- theme.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a30fe37..b719af3 100644 --- a/README.md +++ b/README.md @@ -300,14 +300,14 @@ There are extra page layouts apart from documentation pages, to apply set `layou ## Shortcodes -- [Buttons](https://hugo-book-demo.netlify.app/docs/shortcodes/buttons/) -- [Columns](https://hugo-book-demo.netlify.app/docs/shortcodes/columns/) -- [Details](https://hugo-book-demo.netlify.app/docs/shortcodes/details/) -- [Hints](https://hugo-book-demo.netlify.app/docs/shortcodes/hints/) -- [KaTeX](https://hugo-book-demo.netlify.app/docs/shortcodes/katex/) -- [Mermaid](https://hugo-book-demo.netlify.app/docs/shortcodes/mermaid/) -- [Steps](https://hugo-book-demo.netlify.app/docs/shortcodes/steps/) -- [Tabs](https://hugo-book-demo.netlify.app/docs/shortcodes/tabs/) +- [Buttons](https://book.alxs.dev/docs/shortcodes/buttons/) +- [Columns](https://book.alxs.dev/docs/shortcodes/columns/) +- [Details](https://book.alxs.dev/docs/shortcodes/details/) +- [Hints](https://book.alxs.dev/docs/shortcodes/hints/) +- [KaTeX](https://book.alxs.dev/docs/shortcodes/katex/) +- [Mermaid](https://book.alxs.dev/docs/shortcodes/mermaid/) +- [Steps](https://book.alxs.dev/docs/shortcodes/steps/) +- [Tabs](https://book.alxs.dev/docs/shortcodes/tabs/) By default, Goldmark trims unsafe outputs which might prevent some shortcodes from rendering. It is recommended to set `markup.goldmark.renderer.unsafe=true` if you encounter problems. diff --git a/theme.toml b/theme.toml index 2826836..ce1e344 100644 --- a/theme.toml +++ b/theme.toml @@ -6,7 +6,7 @@ license = "MIT" licenselink = "https://github.com/alex-shpak/hugo-book/blob/main/LICENSE" description = "Hugo documentation theme as simple as plain book" homepage = "https://github.com/alex-shpak/hugo-book" -demosite = "https://hugo-book-demo.netlify.app" +demosite = "https://book.alxs.dev" tags = ["responsive", "clean", "documentation", "docs", "search", "mobile", "multilingual"] features = [] min_version = "0.158.0"