20251221162823 push

This commit is contained in:
2025-12-21 16:28:23 -08:00
parent 1dbd896bb5
commit 6bb01c190c
40 changed files with 82 additions and 68 deletions

View File

@@ -1,18 +1,9 @@
#!/usr/bin/env bash
# Site specific settings
DOMAIN="https://iiogama.0x212.com"
SITE_TITLE="iiogama@0x212.com"
DESCRIPTION="Just some dude"
COPYRIGHT="Copyright $(date +%Y), Thai Noodles"
AUTHOR="Thai Noodles, (iiogama@0x212.com)"
TEMPLATES_DIR="templates"
DRAFTS_DIR="drafts"
CONTENT_DIR="content"
BLOG_DIR="$CONTENT_DIR/blog"
OUTPUT_DIR="_output"
command -v "just" >/dev/null 2>&1 || { echo >&2 "!!! just is not installed, do not run this without just. Aborting."; exit 1; }
command -v "rsync" >/dev/null 2>&1 || { echo >&2 "!!! rsync is not installed. Aborting."; exit 1; }
command -v "rsync" >/dev/null 2>&1 || { echo >&2 "!!! rsync it's not installed. Aborting."; exit 1; }
source "config.env"
build_pages() {
local OUTPUT_FILE