Compare commits
No commits in common. "20002270df0aa0ec0964e2f6f53e54157f639d55" and "e570d164b0fd16bf616ff877441fa0945feed3b2" have entirely different histories.
20002270df
...
e570d164b0
3 changed files with 2 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -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 1111 --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 8080 --base-url localhost
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# The title of the site
|
||||
title = "Snamellit"
|
||||
|
||||
# The URL the site will be built for
|
||||
base_url = "https://www.snamellit.com"
|
||||
|
||||
|
@ -17,8 +14,6 @@ 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 1a510f1be436d04c36a3ff0596b3162673ff1298
|
||||
Subproject commit d987049cd2660ab019ebaaf108aa69fff7fb847d
|
Loading…
Reference in a new issue