1.1 KiB
1.1 KiB
title | permalink | excerpt | sidebar | ||
---|---|---|---|---|---|
Quick-Start Guide | /docs/quick-start-guide/ |
|
{% 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.
- Fork the Minimal Mistakes theme and then rename the repo to USERNAME.github.io
- Clone your new repo with
git clone https://github.com/USERNAME/REPONAME.git
- Install Bundler and theme dependencies with
bundle install
. - 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}