feat: example post

This commit is contained in:
2024-11-28 17:54:37 +01:00
parent 1b2faa27dc
commit cda2e5b41d
5 changed files with 89 additions and 6 deletions

View File

@@ -5,4 +5,6 @@ RUN hugo new site /hugo
RUN git clone https://github.com/yihui/hugo-xmin.git themes/hugo-xmin
ADD hugo.toml /hugo/hugo.toml
ADD content /hugo/content
ADD static /hugo/static
ADD shortcodes /hugo/layouts/shortcodes
CMD ["hugo", "serve", "--bind", "0.0.0.0"]