HydePHP is a Laravel-powered Static Site Generator
Published on by Paul Redmond
HydePHP is a static site generator that helps you make websites, blogs, and documentation pages with tools you already know and love. It is a Laravel-powered console application you can use to create blog posts and HTML pages using your choice of Markdown or Blade:
---title: My New Postdescription: A short description used in previews and SEOcategory: blogauthor: Mr. Hydedate: 2022-05-09 18:38--- ## Write Your Markdown Here Lorem ipsum dolor sit amet, consectetur adipisicing elit.Autem aliquid alias explicabo consequatur similique,animi distinctio earum ducimus minus, magnam.
Using Hyde's console, you can quickly serve your development project and create pages/posts interactively from the console:
Main Features
- Create blog posts using Markdown and Front Matter.
- Create documentation pages from plain Markdown, no front matter needed!
- Create simple pages using Markdown, or create advanced ones using Laravel Blade.
- You can scaffold blog posts and Markdown pages to automatically fill in the front matter.
- You can also scaffold Blade pages to automatically use the default layout.
- Hyde comes with a TailwindCSS starter kit, so you can start making content right away.
- The frontend is accessible to screen-readers and rich with semantic HTML and microdata.
- And more...
Learn More
I recommend digging into the hydephp.com project for a complete example of using this project, which you can find on Github. The official documentation is the best place to get started to learn everything HydePHP has to offer. The source code the HydePHP is also open-source and available on GitHub at hydephp/hyde.