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
- Host: GitHub
- URL: https://github.com/natronics/jekyll-layouts
- Owner: natronics
- License: gpl-3.0
- Created: 2013-08-18T02:13:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T20:12:18.000Z (almost 7 years ago)
- Last Synced: 2025-03-13T06:42:50.105Z (over 1 year ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"