Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydephp/hydephp.com
The source code and CI repository for hydephp.com
https://github.com/hydephp/hydephp.com
documentation hyde hydephp laravel madewithhydephp php static-site website
Last synced: about 12 hours ago
JSON representation
The source code and CI repository for hydephp.com
- Host: GitHub
- URL: https://github.com/hydephp/hydephp.com
- Owner: hydephp
- License: mit
- Created: 2022-06-22T15:54:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T18:42:54.000Z (7 days ago)
- Last Synced: 2025-01-27T19:48:42.341Z (7 days ago)
- Topics: documentation, hyde, hydephp, laravel, madewithhydephp, php, static-site, website
- Language: Blade
- Homepage: https://hydephp.com
- Size: 24.1 MB
- Stars: 38
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.html
- Code of conduct: docs/code-of-conduct.html
- Security: docs/security.html
Awesome Lists containing this project
README
# HydePHP.com - Source Code
[![Build the site](https://github.com/hydephp/hydephp.com/actions/workflows/build.yml/badge.svg)](https://github.com/hydephp/hydephp.com/actions/workflows/build.yml)
[![pages-build-deployment](https://github.com/hydephp/hydephp.com/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/hydephp/hydephp.com/actions/workflows/pages/pages-build-deployment)## About this repository
This is the source for the official [HydePHP.com](https://hydephp.com/) website. The site is, of course, made with [HydePHP](https://github.com/hydephp/hyde).
The site is automatically compiled by GitHub Actions and deployed to GitHub Pages.
Contributions are welcome! See the section below for more information.
## About HydePHP
HydePHP is a content-first Laravel-powered Static Site Builder that allows you to create static HTML pages, blog posts, and documentation sites,
using your choice of Markdown and/or Blade.## Contributing
HydePHP is an open-source project, contributions are very welcome!
### Contribute to the docs
If you want to contribute to the documentation, please send pull requests to the `docs` directory in the [monorepo](https://github.com/hydephp/develop/tree/master/docs) if the change is for an upcoming feature. It will then be merged upon release. If the change is for typos, or to improve the documentation for existing features you can go ahead and make pull requests to the master branch of this repository. The documentation files here are stored in the `_docs` directory.
### Contribute to the website code
If you want to contribute to the website code, you can clone or fork this repository and send your changes as pull requests to the master branch.
## Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
All vulnerabilities will be promptly addressed.## Credits
- [Caen De Silva](https://github.com/caendesilva), feel free to buy me a coffee! https://www.buymeacoffee.com/caen
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.