Configuration Overview
The .env File
.env File/path/to/plume
├── data
│ └── [your data]
├── docker-compose.yaml
├── .env
└── .env.example# SITE_TITLE="Yet another amazing blog"
# META_DESCRIPTION="Yet another amazing blog, published with Plume."
# PAGINATION=true
# POSTS_PER_PAGE=10
# FEATURED_IMAGES=collapsed
# TAGS_LINK=true
# AUTHORS_LINK=true
# DATE_FORMAT='Y-m-d H:i:s'
# TIMEZONE=
# USAGE_REPORTING=trueUser Customization
Custom JavaScript and CSS
Caching
Last updated