Hugoverse is a headless CMS designed for Hugo, providing a seamless way to manage your static website content. With its powerful APIs, you can upload articles and resources like images, preview your site in real-time, and deploy it effortlessly to the cloudβall tailored to your selected Hugo theme.
-
Content Management API
Easily upload and manage articles, images, and other resources through Hugoverse's API. -
Theme Compatibility
Automatically adapts to your chosen Hugo theme, ensuring your site looks great without additional configuration. -
Live Preview
Preview your Hugo site in real-time to ensure your content and design align before deploying. -
Cloud Deployment
Deploy your site with a single click to the cloud, making it live and accessible instantly. -
Streamlined Resource Handling
Efficiently manage images and files for your Hugo website, ensuring all assets are properly organized and accessible.
Follow these steps to start using Hugoverse for your Hugo project:
- Install Hugo on your machine.
- Create or clone a Hugo site.
-
Clone the repository:
git clone https://github.com/your-username/hugoverse.git cd hugoverse
-
Install dependencies (if applicable):
# Example: pipenv, npm, etc.
-
Start the Hugoverse server:
hugoverse serve
Upload an Article:
Use the API to upload a markdown file.
curl -X POST -F "[email protected]" https://your-hugoverse-instance/api/upload
Upload Resources (e.g., images):
curl -X POST -F "[email protected]" https://your-hugoverse-instance/api/resources
Preview Your Site:
Visit https://your-hugoverse-instance/preview
.
Deploy Your Site to the Cloud:
curl -X POST https://your-hugoverse-instance/api/deploy
Visit the Hugoverse Documentation for detailed guides and API references.
We welcome contributions from the community! Feel free to open issues, suggest features, or submit pull requests.
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature"
- Push the branch and open a pull request.
Hugoverse is licensed under the MIT License.
For questions or support, feel free to reach out:
- Email: [email protected]
- Website: hugoverse.com
- GitHub Issues: Create an Issue
Start building and managing your Hugo site effortlessly with Hugoverse! πs