natronics / jekyll-layouts

github pages jekyll layouts to work account wide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

github pages jekyll layouts to work account wide

License:GNU General Public License v3.0


Languages

Language:HTML 94.2%Language:TeX 5.8%