jekyll-template

jekyll-template

Material design static site boilerplate

Jekyll Tempalte

A static site template to jumpstart your next JAM stack project. Built with Jekyll and Materialize CSS.

Quick Start

$ rvm use 2.2.3
$ yarn  # First set up only
$ bundle install  # first set up only
$ jekyll serve

Create a new repo mirroring this one

  • Create a new repo that isn't initialized.
  • Clone this repo
$ git clone --bare https://github.com/swoloszynski/jekyll-template.git
  • Mirror push to the new repo.
$ cd old-repository.git
$ git push --mirror https://github.com/exampleuser/new-project.git
  • Remove the clone of the template repo.
$ cd ..
$ rm -rf jekyll-template.git
  • Clone the new repo.
$ git clone [email protected]:swoloszynski/new-project.git

Tests

Travis CI runs scripts/cibuild.

HTML Proofer lints the html files.

To exclude an HTML tag from checks, add data-proofer-ignore as an attribute.

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer