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.
- Open files and read the comments
- Read the docs
- Buy the PRO version to get the project and resume layout, newsletter subscription box, custom forms, and more.
Footnotes
-
Requires Bundler. Install with
gem install bundler
. ↩