Skip to content

pschfr/middleman-personal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal site built with Middleman. More to come.

Running Locally

  1. Clone the repo. git clone https://github.com/pschfr/middleman-personal
  2. Install Middleman.
  3. Run bundle install to install dependencies.
  4. Finally, run with bundle exec middleman server.

Deploying

Thanks to the middleman-gh-pages gem, it's simple!

  1. rake build to compile to the build directory, and
  2. rake publish to build and publish to the gh-pages branch!

Other Notes

  • This depends on a .gitignored file called data/secret.json, so data/secret.example.json is provided as a template.
  • LiveReload is disabled for now, see middleman/middleman#2142

Other Links