hacks-guide-minimal-mistake.../_docs/quick-start-guide.md
2016-03-29 16:53:39 -04:00

1 KiB

title excerpt sidebar
Quick-Start Guide
nav
docs

{% include base_path %}

Minimal Mistakes has been developed to be 100% compatible with GitHub Pages hosting. To get up and running with a new GitHub repository following these steps.

  1. Fork the Minimal Mistakes theme and then rename the repo to USERNAME.github.io
  2. Clone your new repo with git clone https://github.com/USERNAME/REPONAME.git
  3. Install Bundler and theme dependencies with bundle install.
  4. Customize configuration, data files, and publish your first post.

If you're hosting several Jekyll based sites under the same GitHub username you will have to use Project Pages instead of User Pages. Essentially you rename the repo to something other than yourgithubusername.github.io and use the gh-pages branch instead of master. For more details check GitHub's documentation. {: .notice--info}