EyeTrackVR-Docs/docs/_config.yml
2022-05-10 20:16:41 +02:00

114 lines
3.2 KiB
YAML

title: 'EyeTrackVR Documentation'
description: 'Documentation for EyeTrackVR, an Opensource and affordable VR eye tracker for VR Chat.'
author: 'ZanzyTHEbar'
email: info@h-bat.com
# baseurl: "" # the subpath of your site, e.g. /blog
url: "https://redhawk989.github.io"
# twitter_username:
# facebook_username:
github_username: RedHawk989
# Build settings
remote_theme: just-the-docs/just-the-docs
color_scheme: 'light'
heading_level: 6
previews: 3
sass:
style: compressed
baseurl: '/EyeTrackVR/'
favicon: "/assets/images/favicon.png" # the favicon for your site
permalink: pretty
exclude:
[
'node_modules/',
'*.gemspec',
'*.gem',
'gemfiles/',
'Gemfile',
'Gemfile.lock',
'package.json',
'package-lock.json',
'script/',
'LICENSE.txt',
'lib/',
'bin/',
'Rakefile',
'docs/tests/',
'.sass-cache/',
'.jekyll-cache/',
'node_modules/',
'vendor/bundle/',
'vendor/cache/',
'vendor/gems/',
'vendor/ruby/',
]
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-mermaid
- jekyll-spaceship
- jekyll-remote-theme
include: ['_pages', '_posts']
timezone: "America/New_York"
# Search options
search_enabled: true
preview_words_before: 5
preview_words_after: 10
tokenizer_separator: /[\s/]+/
rel_url: true
button: true
# Links at the top of the page
aux_links:
'Scripts':
- '//github.com/RedHawk989/EyeTrackVR/tree/main/scripts'
'InceptionNet':
- '//github.com/RedHawk989/EyeTrackVR/tree/main/InceptionNet'
'RANSAC':
- '//github.com/RedHawk989/EyeTrackVR/tree/main/RANSAC'
'GitHub':
- '//github.com/RedHawk989/EyeTrackVR'
'Wiki':
- '//github.com/RedHawk989/EyeTrackVR/wiki'
# Enable Back to Top bottom for all pages
back_to_top: true
back_to_top_text: "Top"
# Enable last edit timestamp for all pages
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p"
# Sitemap options
aux_links_new_tab: false # Whether to open aux_links in a new tab
heading_anchors: true
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: 'Edit this page on GitHub.'
gh_edit_repository: 'https://github.com/RedHawk989/EyeTrackVR' # the github URL for your repo
gh_edit_branch: 'docs' # the branch that your docs is served from
gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: 'edit' # "tree" or "edit" if you want the user to jump into the editor immediately
ga_tracking: UA-5555555-55 # Google Analytics tracking code - Dahl Winters please update this to your own code
enableDNT: "false" # Enable Do-Not-Track
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true by default)
# Google Forms configuration
# comment-post: https://docs.google.com/forms/d/e/1FAIpQLScuqqkKDIUbPJpGfyLQJQe3mBNvQh45-eryzMWbqm7k7ALjGA
# comment-read: https://docs.google.com/spreadsheets/d/1szz__qSlPZ5LmDlR9ovNqdSCOgoUAYCWg-gWwkCQlmw/
# comment-post-fields: [entry.1141065141, entry.484163683, entry.231340692]
google_forms_comments:
google_app_script: https://script.google.com/macros/s/AKfycbyvN6BYATPrSahv5SpWKC44yu7GJmlVYyzl6HZeDlYZI5T6PJ5HuF2IMGvTO7E4cA34ng/exec
recaptcha_site_key: 6LcOgsQfAAAAAF1GB4ENB-qwe8vdtsqbHS1duIeV
chunked_comment_loading: true
lazy_load_comments: true
comment_replies_enabled: true