removed git info from theme
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
hugo-content/public/*
|
hugo-content/public/*
|
||||||
.DS_Store
|
**/.DS_Store
|
||||||
./*.lock
|
**/.hugo_build.lock
|
||||||
@@ -2,7 +2,8 @@ FROM alpine:latest
|
|||||||
|
|
||||||
RUN apk add --no-cache git hugo
|
RUN apk add --no-cache git hugo
|
||||||
RUN git clone https://github.com/scottyah/scottyah-blog.git
|
RUN git clone https://github.com/scottyah/scottyah-blog.git
|
||||||
WORKDIR scottyah-blog
|
RUN git submodule add https://github.com/monkeyWzr/hugo-theme-cactus.git scottyah-blog/hugo-content/themes/cactus
|
||||||
|
WORKDIR scottyah-blog/hugo-content
|
||||||
|
|
||||||
EXPOSE 1313:1313
|
EXPOSE 1313:1313
|
||||||
CMD ["hugo", "server", "--bind", "0.0.0.0", "-D"]
|
CMD ["hugo", "server", "--bind", "0.0.0.0", "-D"]
|
||||||
|
|||||||
Reference in New Issue
Block a user