Warpcore theme¶ ↑
Warpcore is a Jekyll theme for Github Pages. You can preview the theme here.
Usage¶ ↑
To use the Warpcore theme:
Add the following to your site's _config.yml:
remote_theme: linklord/warpcore
Optionally, if you'd like to preview your site on your computer, add the following to your site's Gemfile:
gem "github-pages", group: :jekyll_plugins
Preview the theme locally¶ ↑
If you'd like to preview the theme locally:
-
Clone down the theme's repository (git clone github.com/linklord/warpcore)
-
cd
into the theme's directory -
Run
script/bootstrap
to install the necessary dependencies -
Run
bundle exec jekyll serve
to start the preview server -
Visit localhost:4000 in your browser to preview the theme