Compare commits
2 commits
e570d164b0
...
20002270df
Author | SHA1 | Date | |
---|---|---|---|
20002270df | |||
cbfa8c73d2 |
3 changed files with 7 additions and 2 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 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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue