Skip to content

Commit 477f948

Browse files
authored
Squash fix docs path for github pages
* Move docs folder to root of repository * Move docs folder to root of repository
1 parent 558660c commit 477f948

File tree

184 files changed

+35
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+35
-33
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
executor-settings.dconf
2-
2+
3+
.hugo_build.lock

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "documentation/source/themes/hugo-book"]
2-
path = documentation/source/themes/hugo-book
1+
[submodule "docs-source/themes/hugo-book"]
2+
path = docs-source/themes/hugo-book
33
url = https://github.com/alex-shpak/hugo-book

documentation/source/config.toml renamed to docs-source/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ theme = 'hugo-book'
66

77
# hugo server --minify --theme hugo-book
88
# hugo --minify --theme hugo-book
9-
publishDir = "../target"
9+
publishDir = "../docs"
1010
# git submodule update --remote --merge
1111
# git commit -m ''
1212
# git push

0 commit comments

Comments
 (0)