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
- Make sure to set
theme
at_config.yml
ashydejack theme
, notremote-theme
- Open files and read the comments
- There might some limitation since I did't get
Pro version
. - Read the docs for more information to customize your blog.
- I customized my blog referencing "Lazy Ren"'s blog. and his github.
- If you want to see details of my posts, go to
_post
folder.
Footnotes
-
Requires Bundler. Install with
gem install bundler
. ↩