Compare commits
No commits in common. "61b7af40429d686b660c10bf0172166e185fead5" and "b5e17a658acc2a12859b4dc9235cf45168248e10" have entirely different histories.
61b7af4042
...
b5e17a658a
3 changed files with 3 additions and 30 deletions
|
@ -1,9 +1,10 @@
|
|||
FROM ghcr.io/getzola/zola:v0.19.2 as zola
|
||||
FROM --platform=arm64 alpine:3.20.3 AS zola
|
||||
|
||||
RUN apk add zola
|
||||
COPY . /project
|
||||
WORKDIR /project
|
||||
RUN ["zola", "build"]
|
||||
|
||||
FROM ghcr.io/static-web-server/static-web-server:2
|
||||
FROM --platform=arm64 ghcr.io/static-web-server/static-web-server:2
|
||||
WORKDIR /
|
||||
COPY --from=zola /project/public /public
|
|
@ -1,5 +0,0 @@
|
|||
services:
|
||||
blog:
|
||||
build: .
|
||||
ports:
|
||||
- 37189:8000
|
|
@ -1,23 +0,0 @@
|
|||
+++
|
||||
title = "Brave New World"
|
||||
draft = false
|
||||
insert_anchor_links = "left"
|
||||
|
||||
# [extra]
|
||||
# hot = true
|
||||
# katex = true
|
||||
+++
|
||||
|
||||
# Brave new World
|
||||
|
||||
## Quotes
|
||||
|
||||
> "Not nearly so pneumatic as Lenina" (comparing two women in bed to each other) \
|
||||
> p. 42
|
||||
|
||||
> "Ending is better than mending" \
|
||||
> p. 42
|
||||
|
||||
> "You can't consume much if you sit still and watch"\
|
||||
> p. 42
|
||||
Which is ironic, written in a book.
|
Loading…
Add table
Reference in a new issue