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/hydejack-starter-kit/
- 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.
# touch -r 2018-02-19-illusion-of-requirements.markdown ~/workspace/hydejack-starter-kit/_posts/2018-02-19-illusion-of-requirements.markdown
old_directory = "/Users/tsedano/workspace/octopress/sedano.org/source/_posts"
new_directory = "/Users/tsedano/workspace/hydejack-starter-kit/_posts"
files = Dir["#{old_directory}/**/*.markdown"]
files.each do |file|
file_name = file.split("/").last
command = "touch -r #{old_directory}/#{file_name} #{new_directory}/#{file_name}"
puts command
`#{command}`
endFootnotes
-
Requires Bundler. Install with
gem install bundler. ↩