- Wire up Ergon and ArchASM custom highlight.js languages - Serve /content/images/ for post image embeds - Blog width 820px -> 1040px to match landing page - First real blog post: "Why make a blog?" 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code <noreply@letta.com>
10 lines
194 B
YAML
10 lines
194 B
YAML
services:
|
|
website:
|
|
build: .
|
|
ports:
|
|
- "8993:8000"
|
|
volumes:
|
|
- ./content/posts:/app/content/posts
|
|
- ./content/images:/app/content/images
|
|
restart: unless-stopped
|