8000 GitHub - thejsj/thejsj.github.io: My blog. Now in Jekyll.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thejsj/thejsj.github.io

Repository files navigation

Jorge's Blog

Setup

  1. Install Ruby, if necessary

  2. Install bundler:

sudo gem install bundler
  1. Install gems using bundler
bundle install

Building Site

After, you've setup bundler and jekyll, you can now build the site:

bundle exec jekyll build

Alternatively, you can start listening for changes in your files and serve your site on localhost:4000.

bundle exec jekyll serve

Importing from Ghost

If you want to reimport the post from the Ghost database, you can run the following command. This presume that you have a Ghost SQLite3 database named Ghost.db. This shouldn't really be necessary though, since posts have been imported and gone through significant changes.

bundle exec ruby import.rb

Credit

Based on kasper, which is based on the original Ghost theme.

About

My blog. Now in Jekyll.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0