This is the official website for openeverest.io - the OpenEverest project. OpenEverest is the first open-source platform for automated database provisioning and management.
- Hugo v0.147.3 (Extended) - Static site generator
- Node.js v20 - JavaScript runtime
- Tailwind CSS v4 - CSS framework
- Hugo Extended v0.147.3 or later
- Node.js v20 or later
- npm
-
Clone the repository
git clone https://github.com/openeverest/openeverest.github.io.git cd openeverest.github.io -
Install dependencies
npm install
-
Start the development server
npm run dev
The site will be available at
http://localhost:5000with live reload enabled. -
Build for production
npm run build
This generates the static site in the
public/directory.
We welcome contributions from the community! Here's how you can help:
- Fork this repository
- Create a new folder under
content/blog/with your post slug - Add an
index.mdfile with proper frontmatter (seecontent/blog/README.mdfor details) - Include any images or assets in the same folder
- Submit a pull request
See the Blog Contribution Guide for detailed instructions.
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Open a pull request
Found a bug or have a suggestion? Please open an issue on GitHub.
.
├── archetypes/ # Content templates
├── assets/ # Source assets (CSS, images)
│ ├── documentation/ # Release Notes builded Documentation
├── content/ # Website content (Markdown)
│ ├── blog/ # Blog posts
│ └── features/ # Feature pages
├── layouts/ # HTML templates
├── static/ # Static files (images, fonts, documents)
├── hugo.toml # Hugo configuration
└── package.json # Node.js dependencies
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.