chore: add build command
This commit is contained in:
parent
1847f6bf28
commit
b156ff9846
2 changed files with 5 additions and 0 deletions
|
|
@ -3,3 +3,6 @@ lint:
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
@zola serve --port 3000 --fast
|
@zola serve --port 3000 --fast
|
||||||
|
|
||||||
|
build:
|
||||||
|
@zola build
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://alecodes.page"
|
base_url = "https://alecodes.page"
|
||||||
|
|
||||||
|
output_dir = "dist"
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue