You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Glide: https://github.com/bumptech/glide/blob/gh-pages/_config.yml
|
|
|
# Source repo: https://github.com/bruth/jekyll-docs-template
|
|
|
# Source site: http://bruth.github.io/jekyll-docs-template/
|
|
|
# Ref guide: https://visualstudiomagazine.com/Articles/2015/03/01/GitHub-Pages.aspx?Page=2
|
|
|
|
|
|
# Used by us
|
|
|
title: CameraView
|
|
|
color: '#f76c16'
|
|
|
description: A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. # used by ourselves and by seo tag.
|
|
|
disqus_shortname: 'cameraview'
|
|
|
google_analytics_id: 'UA-155077779-1'
|
|
|
google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4'
|
|
|
github: [metadata] # TODO What's this?
|
|
|
github_repo: CameraView
|
|
|
github_version: 2.6.0
|
|
|
donateurl: '/extra/donate' # relative URL for donations, used in footer.html
|
|
|
baseurl: '/CameraView' # Keep as an empty string if served up at the root
|
|
|
sections: [
|
|
|
['about', 'Overview'],
|
|
|
['docs', 'Documentation'],
|
|
|
['extra', 'More']
|
|
|
]
|
|
|
|
|
|
# Jekyll specific stuff
|
|
|
author:
|
|
|
name: Mattia Iavarone # Should appear in <head>.
|
|
|
email: mat.iavarone@gmail.com
|
|
|
github: natario1
|
|
|
website: https://natario.dev
|
|
|
plugins:
|
|
|
- jekyll-seo-tag # Add SEO tags
|
|
|
permalink: /:categories/:title # Ensure permalinks have no date nor extension
|
|
|
exclude: ['script', 'README.md'] # Exclude non-site files
|
|
|
|
|
|
highlighter: rouge # Syntax highlighting
|
|
|
future: true # What's this?
|
|
|
markdown: kramdown # Use the kramdown Markdown renderer
|
|
|
redcarpet:
|
|
|
extensions: [
|
|
|
'no_intra_emphasis',
|
|
|
'fenced_code_blocks',
|
|
|
'autolink',
|
|
|
'strikethrough',
|
|
|
'superscript',
|
|
|
'with_toc_data',
|
|
|
'tables',
|
|
|
'hardwrap'
|
|
|
]
|
|
|
kramdown:
|
|
|
input: GFM # Use Github Flavored Markdown
|
|
|
|