Skip to content

Commit d91d6ff

Browse files
committed
Use Jekyll collections
1 parent 858a859 commit d91d6ff

19 files changed

+37
-76
lines changed

docs/_posts/2018-12-20-changelog.md renamed to docs/_about/changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
layout: page
33
title: "Changelog"
4-
category: about
5-
date: 2018-12-20 17:49:29
64
order: 3
75
---
86

docs/_posts/2018-12-20-getting-started.md renamed to docs/_about/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Getting Started"
44
description: "Simple guide to transcode your first video"
5-
category: about
6-
date: 2018-12-20 17:48:58
75
order: 2
86
disqus: 1
97
---

docs/_posts/2018-12-20-install.md renamed to docs/_about/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
layout: page
33
title: "Install"
44
description: "Integrate in your project"
5-
category: about
65
order: 1
7-
date: 2018-12-20 17:47:32
86
---
97

108
The library works on API 18+, which is the only requirement and should be met by many projects nowadays.

docs/_config.yml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ github: [metadata] # TODO What's this?
1414
github_repo: Transcoder
1515
github_version: 0.7.4
1616
github_branch: master
17-
donateurl: '/extra/donate' # relative URL for donations, used in footer.html
1817
baseurl: '/Transcoder' # Keep as an empty string if served up at the root
19-
sections: [
20-
['about', 'Overview'],
21-
['docs', 'Documentation'],
22-
['extra', 'More']
23-
]
18+
collections:
19+
about:
20+
name: Overview
21+
output: true
22+
docs:
23+
name: Documentation
24+
output: true
25+
extra:
26+
name: More
27+
output: true
28+
screenshots:
29+
- 'screenshot-1.png'
30+
- 'screenshot-2.png'
2431

2532
# Jekyll specific stuff
2633
author:
@@ -32,20 +39,7 @@ plugins:
3239
- jekyll-seo-tag # Add SEO tags
3340
permalink: /:categories/:title # Ensure permalinks have no date nor extension
3441
exclude: ['script', 'README.md'] # Exclude non-site files
35-
3642
highlighter: rouge # Syntax highlighting
37-
future: true # What's this?
3843
markdown: kramdown # Use the kramdown Markdown renderer
39-
redcarpet:
40-
extensions: [
41-
'no_intra_emphasis',
42-
'fenced_code_blocks',
43-
'autolink',
44-
'strikethrough',
45-
'superscript',
46-
'with_toc_data',
47-
'tables',
48-
'hardwrap'
49-
]
5044
kramdown:
5145
input: GFM # Use Github Flavored Markdown

docs/_posts/2018-12-20-advanced-options.md renamed to docs/_docs/advanced-options.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Advanced Options"
44
description: "Advanced transcoding options"
5-
category: docs
6-
date: 2018-12-20 20:02:08
75
order: 6
86
disqus: 1
97
---

docs/_posts/2018-12-20-concatenation.md renamed to docs/_docs/concatenation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Video Concatenation"
44
description: "How to concatenate video segments"
5-
category: docs
6-
date: 2018-12-20 20:02:08
75
order: 2
86
disqus: 1
97
---

docs/_posts/2018-12-20-data-sources.md renamed to docs/_docs/data-sources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Data Sources"
44
description: "Sources of media data"
5-
category: docs
6-
date: 2018-12-20 20:02:08
75
order: 1
86
disqus: 1
97
---

docs/_posts/2018-12-20-events.md renamed to docs/_docs/events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Transcoding Events"
44
description: "Listening to transcoding events"
5-
category: docs
6-
date: 2018-12-20 20:02:08
75
order: 3
86
disqus: 1
97
---

docs/_posts/2018-12-20-track-strategies.md renamed to docs/_docs/track-strategies.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Track Strategies"
44
description: "Per-track transcoding options"
5-
category: docs
6-
date: 2018-12-20 20:02:08
75
order: 5
86
disqus: 1
97
---

docs/_posts/2018-12-20-validators.md renamed to docs/_docs/validators.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: page
33
title: "Validators"
44
description: "Validate or abort the transcoding process"
5-
category: docs
6-
date: 2018-12-20 20:02:08
75
order: 4
86
disqus: 1
97
---

0 commit comments

Comments
 (0)