jessesquires / template-jekyll-site

Template repository for Jekyll websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-jekyll-site CI

Template repository for Jekyll websites

About

This repo contains default project files for Jekyll-based website projects.

Setup

This setup mostly assumes that you are building a site with Jekyll on NearlyFreeSpeech.net, but can be easily adapted for other hosts.

Requirements

Dependencies

Gems

Updating Gems

$ make update-bundle

NPM packages

Updating packages

$ make update-deps

Usage

Installation

$ git clone https://github.com/jessesquires/template-jekyll-site
$ cd template-jekyll-site/
$ make install

Building the site

$ make

Previewing the site locally

$ make preview

Validation

Feeds

Markup

Structured Data

License

This work is released under the CC0 1.0 Universal (CC0 1.0) license. See LICENSE.

All code is licensed under an MIT License.

About

Template repository for Jekyll websites

License:Other


Languages

Language:HTML 52.5%Language:Ruby 17.3%Language:SCSS 16.1%Language:Shell 9.6%Language:Makefile 4.6%