No commit activity in last 3 years
No release in over 3 years
Warpcore is a Jekyll theme for Github Pages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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:

  1. Clone down the theme's repository (git clone https://github.com/linklord/warpcore)
  2. cd into the theme's directory
  3. Run script/bootstrap to install the necessary dependencies
  4. Run bundle exec jekyll serve to start the preview server
  5. Visit localhost:4000 in your browser to preview the theme