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) bundle install
1bundle 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
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.
- Run
bin/process.rb
. git add -p
git commit -m "Issue ____"
git push
- Place the new archive html file in
archive/_posts/
with a header of:--- layout: page title: Issue No. N ---
- Run
./bin/filter.rb
. git add -p
git commit -m "Issue ____"
git push
- Run
./bin/update_supporters.rb
. git add -p
git commit -m "Updated supporters"
git push
- 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
. ↩