chore: add build command

This commit is contained in:
Alexander Navarro 2024-11-27 18:50:38 -03:00
parent 1847f6bf28
commit b156ff9846
2 changed files with 5 additions and 0 deletions

View file

@ -3,3 +3,6 @@ lint:
dev: dev:
@zola serve --port 3000 --fast @zola serve --port 3000 --fast
build:
@zola build

View file

@ -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