https://github.com/mwdelaney/zeropoint-admin
An kitchen-sink example repo for a adding a Git-based CMS to ZeroPoint Starter
https://github.com/mwdelaney/zeropoint-admin
cms eleventy
Last synced: about 2 months ago
JSON representation
An kitchen-sink example repo for a adding a Git-based CMS to ZeroPoint Starter
- Host: GitHub
- URL: https://github.com/mwdelaney/zeropoint-admin
- Owner: MWDelaney
- License: mit
- Created: 2025-09-24T14:07:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T14:19:10.000Z (9 months ago)
- Last Synced: 2025-09-24T16:22:54.919Z (9 months ago)
- Topics: cms, eleventy
- Language: Nunjucks
- Homepage: https://getzeropoint.com
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZeroPoint Admin
This repository contains content management system configuration and templates for [ZeroPoint Starter](https://getzeropoint.com). It is designed to provide a customizable admin interface for managing site content.
## Folder Structure
```
content/
admin/
admin.11tydata.js # Eleventy data file for admin page
admin.njk # Nunjucks template for admin page
config.yml.njk # CMS configuration (Nunjucks)
editor-components.js.njk # Custom CMS editor components
```
## Usage
This repository is intended as an example, and probably includes more features that your website needs. Use it as a reference to build your own CMS configuration.
To integrate this into your project, copy the `content/admin` folder into your [ZeroPoint Starter](https://getzeropoint.com) project's `content` directory. Then, customize the templates and configuration files as needed.
## License
See `LICENSE` for details.
## Contributing
Pull requests and issues are welcome. Please open an issue to discuss major changes before submitting a PR.