Apaxy theme before and thought it was really nice. But I couldn't figure out how to get it to work with the default htdocs MAMP folder. I tried again tonight, and I got it working without much hassle.
Now you can edit the files in the ".theme" folder and style your page. I changed the ".wrapper" to have no max-width or margin, this way it was full screen.
Above is a screenshot of what my htdocs/localhost:8888 now looks like.
You can also hide the ".theme" folder. You will see a section that looks like this, in your .htaccess file:
# HIDE /theme DIRECTORY
IndexIgnore .htaccess /.theme
The old version should read "/theme" and not "/.theme". If change this line, it will NOT show the .theme folder in the localhost listing.
I'm a full-stack developer, co-organizer of PHP Vancouver meetup, and winner of a Canadian Developer 30 under 30 award. I'm a huge Open Source advocate and contributor to a lot of projects in my community. When I am not sitting at a computer, I'm trying to perfect some other skill.