Remove ianonavy where I can

This commit is contained in:
I. A. Naval 2024-04-13 02:43:33 -04:00
parent 1dc1392b38
commit 2cfa4466cb
Signed by: potato
GPG Key ID: D22B0F9008C43F2B
37 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
FROM docker.io/jekyll/builder:4 AS builder
COPY --chown=1000 ./Gemfile* /src/
WORKDIR /src/
COPY --chown=1000 ./Gemfile* /app/
WORKDIR /app/
RUN bundle install
COPY --chown=1000 . /src
WORKDIR /src/ianonavy/
COPY --chown=1000 . /app
WORKDIR /app/src/
RUN jekyll build
FROM nginx:1.21.3
COPY --chown=nginx --from=builder /src/ianonavy/_site /usr/share/nginx/html/
COPY --chown=nginx --from=builder /app/src/_site /usr/share/nginx/html/

View File

@ -1,4 +1,4 @@
# ianonavy
# website
Source code for my personal website.

View File

@ -10,4 +10,4 @@ cd "$(dirname "$0")/.."
# ensure everything in the app is up to date.
script/update
docker run --rm -it -p 4000:4000 -v "$PWD/ianonavy:/srv/jekyll" jekyll/minimal:4 jekyll serve
docker run --rm -it -p 4000:4000 -v "$PWD/src:/srv/jekyll" jekyll/minimal:4 jekyll serve

View File

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 163 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 689 B

After

Width:  |  Height:  |  Size: 689 B

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB