Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydejack Starter Kit

A quicker, cleaner way to get started blogging with Hydejack.

Quick Start

Running locally

  1. Clone repository (git users), or download and unzip.
  2. Open terminal, cd into root directory (where _config.yml is located)
  3. Run bundle install 1
  4. Run bundle exec jekyll serve
  5. Open http://localhost:4000/hydejack-starter-kit/

What's next?

  • 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}`
end

Footnotes

  1. Requires Bundler. Install with gem install bundler.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages