Skip to content

Commit 34780cc

Browse files
committed
Initial rewrite for Hugo
1 parent fc94b23 commit 34780cc

File tree

364 files changed

+2233
-970
lines changed

Some content is hidden

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

364 files changed

+2233
-970
lines changed

.gitignore

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
# OS
2-
.DS_Store
3-
Thumbs.db
4-
5-
# IDEs
6-
.buildpath
7-
.project
8-
.settings/
9-
.build/
10-
.idea/
11-
nbproject/
1+
/build/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "page/themes/hugo-theme-learn"]
2+
path = page/themes/hugo-theme-learn
3+
url = https://github.com/matcornic/hugo-theme-learn

Makefile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.PHONY: build
2+
3+
build:
4+
cd page; hugo \
5+
--cleanDestinationDir \
6+
--environment manual \
7+
--destination ../build/manual \
8+
--verbose \
9+
--baseURL https://docs.isotopeecommerce.org/manual/
10+
11+
# Start a live reload server
12+
live:
13+
cd page; hugo server \
14+
--cleanDestinationDir \
15+
--environment manual \
16+
--destination ../build/manual \
17+
--verbose
18+
19+
clean:
20+
rm -r build

de/manual/backend-configuration/store-configuration/checkout-flow/payment-methods/payment-method-mpay24/index.md

-8
This file was deleted.

de/manual/backend-configuration/store-configuration/checkout-flow/shipping-methods/shipping-method-dhl-business/index.md

-8
This file was deleted.

de/manual/backend-configuration/store-configuration/checkout-flow/tax-classes/index.md

-77
This file was deleted.

de/manual/backend-configuration/store-configuration/checkout-flow/tax-rates/index.md

-141
This file was deleted.

de/manual/backend-configuration/store-configuration/general-settings/galleries/gallery-elevate-zoom/index.md

-15
This file was deleted.

de/manual/backend-configuration/store-configuration/general-settings/notifications_overview/notifications_gateways/index.md

-23
This file was deleted.

de/manual/backend-configuration/store-configuration/products/related-categories/index.md

-29
This file was deleted.

de/manual/index.md

-5
This file was deleted.

de/manual_devs/config.json

-7
This file was deleted.

de/manual_devs/index.md

-5
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)