Skip to content

ComicsReader/comicsreader.github.io

Repository files navigation

ComicsReader Website

Built with Jekyll.

Development

Ensure you've already setup ruby enviroment with Bundler. For ruby version management, I'll recommend rbenv.

bundle install
bundle exec jekyll serve

Then visit http://localhost:4000 to see the build result.

Build

Git push to GitHub-hosted origin, and check the GitHub Pages in repository options.

Config Source to master branch.