13 lines
356 B
Bash
13 lines
356 B
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"
|
|
NOW_DIR="$CONTENT_DIR/now"
|
|
OUTPUT_DIR="_output"
|