fix homepage css

This commit is contained in:
Mira 2025-12-21 12:08:09 -05:00
parent cc2a1ef54f
commit 500519ca62
2 changed files with 15 additions and 1 deletions

12
Dockerfile Normal file
View file

@ -0,0 +1,12 @@
FROM alpine:latest
WORKDIR /app
# Install required packages
RUN apk add --no-cache hugo git
# Clone the website repository
RUN git clone https://git.argentumcation.com/mira/website.git /app \
&& git submodule update --init --recursive
CMD ["hugo", "server", "--bind", "0.0.0.0"]

View file

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="http://127.0.0.1:1313/the-monospace-web/index.css" /> {{ partialCached "head.html" . "ArgentumCation"}}
</head> </head>
<body> <body>
@ -12,3 +12,5 @@
</body> </body>
</html> </html>
</html>