Add seo tag plugin

pull/360/head
Mattia Iavarone 6 years ago
parent f53f273f23
commit 79896f8ce5
  1. 10
      docs/_config.yml
  2. 2
      docs/_layouts/default.html
  3. 1
      docs/_posts/2018-12-20-camera-events.md
  4. 1
      docs/_posts/2018-12-20-capture-size.md
  5. 1
      docs/_posts/2018-12-20-capturing-media.md
  6. 1
      docs/_posts/2018-12-20-controls.md
  7. 1
      docs/_posts/2018-12-20-frame-processing.md
  8. 1
      docs/_posts/2018-12-20-gestures.md
  9. 1
      docs/_posts/2018-12-20-getting-started.md
  10. 1
      docs/_posts/2018-12-20-install.md
  11. 1
      docs/_posts/2018-12-20-more-features.md
  12. 1
      docs/_posts/2018-12-20-preview-size.md
  13. 1
      docs/_posts/2018-12-20-previews.md
  14. 1
      docs/_posts/2018-12-20-runtime-permissions.md
  15. 1
      docs/_posts/2018-12-20-v1-migration-guide.md

@ -4,13 +4,23 @@
# Ref guide: https://visualstudiomagazine.com/Articles/2015/03/01/GitHub-Pages.aspx?Page=2
title: CameraView v2
# subtitle is used by ourselves, description is used by seo tag.
subtitle: A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs.
description: A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs.
# Can't remember what this does.
github: [metadata]
# Should be used by some plugins but we're not using any,
author:
name: Mattia Iavarone
email: mat.iavarone@gmail.com
github: natario1
# Add head tags.
plugins:
- jekyll-seo-tag
# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: 'cameraview'

@ -11,6 +11,8 @@
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
{% seo %}
</head>
<body>

@ -2,6 +2,7 @@
layout: page
title: "Camera Events"
subtitle: "Events and lifecycle"
description: "Events and lifecycle"
category: docs
date: 2018-12-20 20:02:08
order: 1

@ -2,6 +2,7 @@
layout: page
title: "Capture Size"
subtitle: "Set size of output media"
description: "Set size of output media"
category: docs
order: 8
date: 2018-12-20 22:07:22

@ -2,6 +2,7 @@
layout: page
title: "Capturing Media"
subtitle: "Taking pictures and videos"
description: "Taking pictures and videos"
category: docs
order: 3
date: 2018-12-20 20:53:17

@ -2,6 +2,7 @@
layout: page
title: "Controls"
subtitle: "Output parameters and capture options"
description: "Output parameters and capture options"
category: docs
order: 2
date: 2018-12-20 21:08:53

@ -2,6 +2,7 @@
layout: page
title: "Frame Processing"
subtitle: "Process each frame in real time"
description: "Process each frame in real time"
category: docs
order: 5
date: 2018-12-20 20:45:42

@ -2,6 +2,7 @@
layout: page
title: "Gestures"
subtitle: "Gestures control"
description: "Gestures control"
category: docs
order: 4
date: 2018-12-20 20:49:35

@ -2,6 +2,7 @@
layout: page
title: "Getting Started"
subtitle: "Simple guide to take your first picture"
description: "Simple guide to take your first picture"
category: about
date: 2018-12-20 17:48:58
order: 2

@ -2,6 +2,7 @@
layout: page
title: "Install"
subtitle: "Integrate in your project"
description: "Integrate in your project"
category: about
order: 1
date: 2018-12-20 17:47:32

@ -2,6 +2,7 @@
layout: page
title: "More features"
subtitle: "Undocumented features & more"
description: "Undocumented features & more"
category: docs
order: 11
date: 2018-12-20 20:41:20

@ -2,6 +2,7 @@
layout: page
title: "Preview Size"
subtitle: "Measuring behavior"
description: "Measuring behavior"
category: docs
order: 7
date: 2018-12-20 22:07:17

@ -2,6 +2,7 @@
layout: page
title: "Previews"
subtitle: "Camera preview implementations"
description: "Camera preview implementations"
category: docs
order: 6
date: 2018-12-20 21:58:16

@ -2,6 +2,7 @@
layout: page
title: "Runtime Permissions"
subtitle: "Permissions and Manifest setup"
description: "Permissions and Manifest setup"
category: docs
order: 8
date: 2018-12-20 20:03:03

@ -2,6 +2,7 @@
layout: page
title: "v1 Migration Guide"
subtitle: "Breaking Changes & new concepts"
description: "Breaking Changes & new concepts"
category: extra
date: 2018-12-20 19:01:55
order: 1

Loading…
Cancel
Save