Add seo tag plugin

v2
Mattia Iavarone 6 years ago
parent 7d9067fcd9
commit 294590d3ca
  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 # Ref guide: https://visualstudiomagazine.com/Articles/2015/03/01/GitHub-Pages.aspx?Page=2
title: CameraView v2 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. 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] github: [metadata]
# Should be used by some plugins but we're not using any,
author: author:
name: Mattia Iavarone name: Mattia Iavarone
email: mat.iavarone@gmail.com email: mat.iavarone@gmail.com
github: natario1 github: natario1
# Add head tags.
plugins:
- jekyll-seo-tag
# if you wish to integrate disqus on pages set your shortname here # if you wish to integrate disqus on pages set your shortname here
disqus_shortname: 'cameraview' disqus_shortname: 'cameraview'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save