Settings
Site name, URL, timezone, visibility, public API, and search-engine discouragement.
5 min read
Admin → Settings. GET/POST /api/settings (read with session; write as administrator).
| Setting | Meaning |
|---|---|
| Site name / tagline / URL | Identity; also /api/site/identity. |
posts_per_page | Default 10 from install. |
timezone | Default UTC. |
site_public | If false, anonymous visitors see under construction. Admins and editors bypass. Action site.underConstruction.viewed, filter site.underConstruction.render. |
public_api_enabled | Kill switch for /api/v1 and /api/site (see Public API). |
discourage_search_engines | Drives /robots.txt. |
New installs are private
The wizard sets site_public=false. Turn it on when you are ready for the world.