mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
We no longer have GitHub Pages render the jekyll site for us, but rather we generate static html into the docs folder offline. Hence we can use whatever jekyll version we want.
55 lines
999 B
YAML
55 lines
999 B
YAML
title: Git Common Flow
|
|
description: >
|
|
An attempt to gather a sensible selection of the most common usage patterns of
|
|
git into a single and concise specification.
|
|
author: Jim Myhrberg
|
|
url: https://commonflow.org
|
|
|
|
current_version: 1.0.0-rc.2
|
|
versions:
|
|
- 1.0.0-rc.2
|
|
- 1.0.0-rc.1
|
|
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- Rakefile
|
|
- README.md
|
|
|
|
update:
|
|
body_tpl: |
|
|
---
|
|
title: {{title}}
|
|
version: {{version}}
|
|
---
|
|
{{content}}
|
|
url_tpl: "https://raw.githubusercontent.com/jimeh/common-flow/{{version}}/{{file}}"
|
|
img_tpl: "<img src=\"/spec/{{file}}\" width=\"100%\" />"
|
|
output_dir: "spec"
|
|
files:
|
|
document: common-flow.md
|
|
diagram: common-flow.svg
|
|
|
|
plugins:
|
|
- jekyll-assets
|
|
- jekyll-pants
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: ""
|
|
values:
|
|
layout: "default"
|
|
|
|
assets:
|
|
digest: true
|
|
compress:
|
|
css: true
|
|
js: true
|
|
|
|
markdown: kramdown
|
|
kramdown:
|
|
input: Pantsdown # disable smart quotes typographic symbols
|