A quicker, cleaner way to get started blogging with Hydejack.
- Clone repository (git users), or download and unzip.
- Open terminal,
cdinto root directory (where_config.ymlis located) - Run
bundle install1 - 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
urltohttps://<your github username>.github.io(without the<>) - Change
baseurlto''(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. ↩