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
|
## Shortcodes
|
||||||
|
|
||||||
- [Buttons](https://hugo-book-demo.netlify.app/docs/shortcodes/buttons/)
|
- [Buttons](https://book.alxs.dev/docs/shortcodes/buttons/)
|
||||||
- [Columns](https://hugo-book-demo.netlify.app/docs/shortcodes/columns/)
|
- [Columns](https://book.alxs.dev/docs/shortcodes/columns/)
|
||||||
- [Details](https://hugo-book-demo.netlify.app/docs/shortcodes/details/)
|
- [Details](https://book.alxs.dev/docs/shortcodes/details/)
|
||||||
- [Hints](https://hugo-book-demo.netlify.app/docs/shortcodes/hints/)
|
- [Hints](https://book.alxs.dev/docs/shortcodes/hints/)
|
||||||
- [KaTeX](https://hugo-book-demo.netlify.app/docs/shortcodes/katex/)
|
- [KaTeX](https://book.alxs.dev/docs/shortcodes/katex/)
|
||||||
- [Mermaid](https://hugo-book-demo.netlify.app/docs/shortcodes/mermaid/)
|
- [Mermaid](https://book.alxs.dev/docs/shortcodes/mermaid/)
|
||||||
- [Steps](https://hugo-book-demo.netlify.app/docs/shortcodes/steps/)
|
- [Steps](https://book.alxs.dev/docs/shortcodes/steps/)
|
||||||
- [Tabs](https://hugo-book-demo.netlify.app/docs/shortcodes/tabs/)
|
- [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.
|
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"
|
licenselink = "https://github.com/alex-shpak/hugo-book/blob/main/LICENSE"
|
||||||
description = "Hugo documentation theme as simple as plain book"
|
description = "Hugo documentation theme as simple as plain book"
|
||||||
homepage = "https://github.com/alex-shpak/hugo-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"]
|
tags = ["responsive", "clean", "documentation", "docs", "search", "mobile", "multilingual"]
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.158.0"
|
min_version = "0.158.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user