Hugonette
  • Hugonette
  • Why another framework?
  • Basic Usage
    • Installation
    • Architecture
    • Router
    • General tools
  • HUGO
    • Hugo quick start
    • Hugo page layouts
    • Advanced Hugo tips
Powered by GitBook
On this page
  • PHP micro-framework for static pages
  • Technologies
  • License

Hugonette

NextWhy another framework?

Last updated 2 years ago

PHP micro-framework for static pages

Hugonette is a fast and easy to use framework alternative to bring harmony and structure to your PHP code.

My proposition: use to build a design of your page and to provide all necessary user interactions. As a result, publish your static content.

Alternatively, when your project is simple and you don't want to learn Hugo, use a landing page template directly as your static content.

Now, using , your content is not static anymore. It's a View component of the Hugonette project. You will debug your PHP application with the help of , another great tool from the Nette framework.

Technologies

Hugonette runs on PHP version 7.1 or higher. See the .

is one of the favorite tools for preparing page design and dynamic elements. Its advantage is a really fast response to change during development. Simply set your browser to localhost:1313 and when you save changes to any file in your project, you see results immediately on your browser. After debugging, Hugo generates a static site, where all files are ready exactly as you see them while browsing.

is a flexible, feature-rich, modular PHP framework. Hugonette is a little friend of Nette, sharing its project structure and using several Nette awesome components. Thanks to Nette guys, our work on Hugonette projects will be nice & fast.

License

Hugonette is available as open source under the terms of the .

Hugo static site generator
Latte template engine
Tracy
Hugonette GitHub project
Hugo static site generator
Nette Web Framework
MIT License
Page cover image