Skip to content

Commit fa342e7

Browse files
authored
Configure local build
* Added sparse products.aspose.cloud.git repo for theme and config * Improve script * Added package.json for npm dependencies * Hugo server starts with symlinks * Works on mac * Copy static folder. Because Hugo does not support symlinks for it * Works on Windows * Change the way for sparse checkout * Change hugo-server.bash to first build content and then serve * Also checkout barcode content * Works on MacOS * Follow symlinks * Fixed scripts on Windows * Added npm commands
1 parent 9a128a9 commit fa342e7

File tree

19 files changed

+1117
-0
lines changed

19 files changed

+1117
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ insert_final_newline = true
1212
[*.md]
1313
indent_size = 4
1414
indent_style = space
15+
16+
[*.bash]
17+
indent_size = 2
18+
indent_style = space

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.hugo_build.lock

.hugo_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.110.0

archetypes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./submodules/products.aspose.cloud/archetypes

assets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./submodules/products.aspose.cloud/assets

config-prod.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
submodules/products.aspose.cloud/config-prod.toml

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/products.aspose.cloud/content/_index.md

content/barcode

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../barcode

data/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This /static/ dir will be created and updated with /scripts/update-theme.bash
2+
# from the submodule of large products.aspose.cloud
3+
*
4+
!.gitignore

0 commit comments

Comments
 (0)