Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Compile PHP Site into static HTML Reply To: Compile PHP Site into static HTML

#179850
shaneisme
Participant

I think what you’ll probably want is a static site generator.

Jekyll is (probably) the most popular: http://jekyllrb.com/

For another solution that includes Grunt, et al, I found this walkthrough to be particularly well done: http://davidtucker.net/articles/move-to-static-site-generator/ (1 of 3)

Getting this stuff up and running opens up so many new worlds and you’ll level up your workflow like never before.