Ecosyste.ms: Awesome
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: about 2 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T20:12:18.000Z (over 5 years ago)
- Last Synced: 2024-04-16T18:09:30.163Z (9 months ago)
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- 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 [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"