Compare commits

..

2 commits

3 changed files with 7 additions and 2 deletions

View file

@ -2,4 +2,4 @@ build:
docker run -u "$(id -u):$(id -g)" -v ${PWD}:/app --workdir /app ghcr.io/getzola/zola:v0.17.1 build
serve:
docker run -u "$(id -u):$(id -g)" -v ${PWD}:/app --workdir /app -p 1111:1111 ghcr.io/getzola/zola:v0.17.1 serve --interface 0.0.0.0 --port 8080 --base-url localhost
docker run -u "$(id -u):$(id -g)" -v ${PWD}:/app --workdir /app -p 1111:1111 ghcr.io/getzola/zola:v0.17.1 serve --interface 0.0.0.0 --port 1111 --base-url localhost

View file

@ -1,3 +1,6 @@
# The title of the site
title = "Snamellit"
# The URL the site will be built for
base_url = "https://www.snamellit.com"
@ -14,6 +17,8 @@ taxonomies = [
{ name="categories", feed=true },
]
generate_feed = true
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola

@ -1 +1 @@
Subproject commit d987049cd2660ab019ebaaf108aa69fff7fb847d
Subproject commit 1a510f1be436d04c36a3ff0596b3162673ff1298