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) bundle install1bundle exec jekyll serve- Open http://localhost:4000/hy-starter-kit/
- 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.
- Place the new archive html file in
archive/_posts/with a header of:--- layout: page title: Issue No. N --- - Run
./bin/filter.rbto add thehighlightclass to alltabletags.
- 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. ↩