The Hourai Teahouse informational website and development blog.
- Install Ruby, Jekyll, and Bundler
- Clone repo.
- Install Gems via
gem install
Just run bundle exec jekyll build
to build.
Building for production, set JEKYLL_ENV=prod
: JEKYLL_ENV=prod bundle exec jekyll build
For development, the command: bundle exec jekyll serve --watch --livereload
enables watching
for file changes and live-reloading
As with any Jekyll blog, posts are stored in the _posts
folder. Posts are generally written
in Markdown. For more informaiton, see here.
If writing content that isn't supposed to be published yet, please place the
draft of the post in _drafts
and build with the --drafts
flag. More info here.