43 lines
969 B
YAML
43 lines
969 B
YAML
# Project information
|
|
site_name: 'Attract'
|
|
site_description: 'Free and Open Source production tracking for film makers'
|
|
site_author: 'Blender Institute'
|
|
site_url: 'https://attract.studio/'
|
|
|
|
# Repository
|
|
repo_name: 'Developed on blender.org'
|
|
repo_url: 'https://developer.blender.org/project/view/72/'
|
|
|
|
# Copyright
|
|
copyright: 'Copyright © 2016 Blender Institute - CC-BY-SA v4.0.'
|
|
|
|
theme:
|
|
name: 'material'
|
|
logo: 'img/logo_attract_white.svg'
|
|
palette:
|
|
primary: 'blue grey'
|
|
accent: 'deep orange'
|
|
social:
|
|
- type: 'github'
|
|
link: 'https://github.com/armadillica'
|
|
- type: 'twitter'
|
|
link: 'https://twitter.com/Blender_Cloud'
|
|
|
|
pages:
|
|
- Home: 'index.md'
|
|
- User Manual:
|
|
- 'user_manual/introduction.md'
|
|
- 'user_manual/installation.md'
|
|
- 'user_manual/subversion.md'
|
|
- Developer Docs:
|
|
- 'developer_docs/roadmap.md'
|
|
|
|
|
|
# Google Analytics
|
|
google_analytics:
|
|
- 'UA-13043630-10'
|
|
- 'auto'
|
|
|
|
markdown_extensions:
|
|
- admonition
|