Home › Forums › Back End › Compile PHP Site into static HTML › Reply To: Compile PHP Site into static HTML
August 19, 2014 at 11:46 am
#179850
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.