Admin page is live!
2023-12-22 15:24 WIB - Hendrik Lie
Work on admin page is reaching MVP:
- able to change which posts are displayed on primary and tertiary section of landing page
- able to change which post is displayed on our About Us page
- able to change which post is used for our footer content
- able to alter various site behavior such as recent blogs or latest news entry limits, and pagination behavior
- able to change pages layout configuration
The admin page is available at /admin route, but
obviously for security reasons it would be protected with the same kind
of protection as our /posts route (See our blog here).
We plan to have it available for anyone to see (sans edit or create capability) once we finished our authentication implementation.