21 lines
480 B
Bash
21 lines
480 B
Bash
# Flag to push posts to the ghost instance
|
|
#
|
|
PUSH_POSTS=true
|
|
|
|
# Download remote/internet-hosted images?
|
|
#
|
|
DOWNLOAD_IMAGES=false
|
|
|
|
# Base URL
|
|
# Final URL should be: https://www.laurivan.com/
|
|
BASE_URL="http://localhost:2368"
|
|
|
|
# Ghost - related variables
|
|
#
|
|
API_KEY="62ac6f5ab1479d0001082bd4:73341f843a5be78647c6f7e47d43d6cb09ec323df6d5706915df4685b3d46ce7"
|
|
API_VERSION="v4.0"
|
|
AUTHOR_EMAIL=laur.ivan@gmail.com
|
|
|
|
# Location of head/hero images
|
|
HEAD_IMAGE_PATH="src/data/images/headers/"
|