mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 11:41:27 +00:00
fix abs path
This commit is contained in:
parent
996d877c64
commit
3e084a5ba7
@ -1,6 +1,6 @@
|
|||||||
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
|
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
|
||||||
|
|
||||||
baseURL = 'https://documentation-theme.pages.dev/'
|
baseURL = 'https://decentraland.github.io/documentation-theme/'
|
||||||
title = 'DCL docs theme'
|
title = 'DCL docs theme'
|
||||||
theme = 'documentation-theme'
|
theme = 'documentation-theme'
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
|
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
|
||||||
|
|
||||||
baseURL: https://example.com/
|
baseURL: https://decentraland.github.io/documentation-theme/
|
||||||
title: Hugo Book
|
title: Hugo Book
|
||||||
theme: documentation-theme
|
theme: documentation-theme
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user