20251221162823 push
This commit is contained in:
15
bin/blog.sh
15
bin/blog.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user