blog/.env.example
2025-04-29 18:51:40 +09:00

9 lines
No EOL
179 B
Text

# Hostname
PUBLIC_HOSTNAME = 'moris.day'
# Post
POST_DIR = '/home/user/BlogPosts'
PUBLIC_POST_REPO = 'https://git.moris.day/moris/articles'
# Base Path
PUBLIC_BASEPATH = '/blog'