diff --git a/Dockerfile b/Dockerfile index 5d6c19fe..5770e190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ WORKDIR /src EXPOSE 1313 ENTRYPOINT ["/usr/bin/hugo"] -CMD ["server", "--bind", "0.0.0.0", "--port", "1313", "--verbose"] +CMD ["server", "--buildDrafts", "--buildFuture", "--bind", "0.0.0.0", "--port", "1313", "--verbose"] diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd7..09ffba19 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,10 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} +description: "" +tags: +- Tag +image: "image.png" draft: true ---