Rip out categories entirely, various bits of cleanup, and put all posts on the main page (for now).
This commit is contained in:
parent
5d6a616f45
commit
0fe4708ecf
12 changed files with 32 additions and 92 deletions
|
@ -1,2 +1,8 @@
|
|||
FROM jekyll/jekyll as build
|
||||
|
||||
WORKDIR /src
|
||||
COPY . /src
|
||||
jekyll build
|
||||
|
||||
FROM nginx
|
||||
COPY _site /usr/share/nginx/html
|
||||
COPY --from=build /src/_site /usr/share/nginx/html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue