An open API service indexing awesome lists of open source software.

https://github.com/natronics/jekyll-layouts

github pages jekyll layouts to work account wide
https://github.com/natronics/jekyll-layouts

Last synced: 4 months ago
JSON representation

github pages jekyll layouts to work account wide

Awesome Lists containing this project

README

          

# My jekyll layouts

To support similar looking github pages across all my repos (if I so choose) I
submodule this as the `_layouts` folder.

## Use

$ git submodule add git@github.com:natronics/jekyll-layouts.git _layouts
$ git commit -m "adding jekyll layout submodule"
$ git submodule init

## Update

$ cd _layouts
$ git checkout master
$ git pull
$ git commit -am "Pulled down update to submodule_dir"