This website uses Hydejack Starter Kit, a quicker, cleaner way to get started blogging with Hydejack.
- Clone repository (git users), or [download] and unzip.
- Open terminal,
cd
into root directory (where_config.yml
is located) - Run
bundle install
[^1] - Run
bundle exec jekyll serve
- Open http://localhost:4000/
- Fork this repository.
- Go to Settings, rename repository to
<your github username>.github.io
(without the<
>
) - Edit
_config.yml
(you can do this directly on GitHub)- Change
url
tohttps://<your github username>.github.io
(without the<
>
) - Change
baseurl
to''
(empty string) - Commit changes.
- Change
- Go to Settings again, look for GitHub Pages, set Source to master branch.
- Click Save and wait for GitHub to set up your new blag.