https://github.com/tekyllcoo/tekyllcoo.github.io
https://github.com/tekyllcoo/tekyllcoo.github.io
documentation jekyll jekyll-theme ruby
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tekyllcoo/tekyllcoo.github.io
- Owner: tekyllcoo
- License: other
- Created: 2023-11-24T02:06:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T01:40:19.000Z (over 2 years ago)
- Last Synced: 2025-03-04T11:43:36.553Z (over 1 year ago)
- Topics: documentation, jekyll, jekyll-theme, ruby
- Language: Ruby
- Homepage: https://tekyllcoo.github.io/
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live demo of Coo theme
This is a live demonstration of the [Coo][coo] Jekyll theme. The demo is based
on the [tekyll][tekyll] template. See the [project page][coo] of the theme or
[tekyll][tekyll] for more details.
## How to merge commits from tekyll
To sync this repository with [tekyll][tekyll], merge the commits as follows:
```sh
$ git remote add tekyll https://github.com/quacksouls/tekyll.git
$ git fetch tekyll --tags
$ git merge --allow-unrelated-histories tekyll/main
$ git remote remove tekyll
```
You might have to manually resolve merge conflicts.
[coo]: https://github.com/quacksouls/jekyll-theme-coo
[tekyll]: https://github.com/quacksouls/tekyll