Instructions for compiling/installing your own web development environment in macOS; primary packages include:
- Apache
- Git
- GraphicsMagick
- Memcached
- MongoDB
- MySQL
- Node.js
- PHP
- Redis
- Ruby
This website is built with Middleman.
- Install Ruby (if missing)
- Configure Bundler path :
bundle config set path '.bundle' - Install gems :
bundle install
- Build website:
bundle exec rake build - Watch website for changes:
bundle exec rake guard - Launch preview server:
bundle exec rake preview
Push to GitHub to deploy to GitHub Pages.
- Build:
bundle exec rake build - Stage:
git add . - Commit:
git commit -m "Build website for GitHub Pages" - Deploy:
git push
To add a message at the top of any page, add a frontmatter variable named message to any Markdown source file.
© Patrick Bougie.
All Rights Reserved.
Please do not reproduce without written consent.