Move example site to github pages
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user