mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
Merge pull request #12 from welpo/fix/live-demo
📝 fix: working live url
This commit is contained in:
commit
94ed410e45
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# tabi
|
# tabi
|
||||||
|
|
||||||
A simple blog theme powered by [Zola](getzola.org). See a live preview [here](https://welpo.github.io/tabi).
|
A simple blog theme powered by [Zola](getzola.org). See a live preview [here](https://welpo.ooo/tabi).
|
||||||
|
|
||||||
> tabi — 旅 — Journey
|
> tabi — 旅 — Journey
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ homepage = "https://github.com/welpo/tabi"
|
||||||
# The minimum version of Zola required
|
# The minimum version of Zola required
|
||||||
min_version = "0.4.0"
|
min_version = "0.4.0"
|
||||||
# An optional live demo URL
|
# An optional live demo URL
|
||||||
demo = "https://welpo.github.io/tabi"
|
demo = "https://welpo.ooo/tabi"
|
||||||
|
|
||||||
# Any variable there can be overridden in the end user `config.toml`
|
# Any variable there can be overridden in the end user `config.toml`
|
||||||
# You don't need to prefix variables by the theme name but as this will
|
# You don't need to prefix variables by the theme name but as this will
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue