Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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 [email protected]: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"