39 lines
740 B
YAML
39 lines
740 B
YAML
site_name: learn@makereal
|
|
site_description: 'Knowledge base & Tutorials for 3D Printing effort at makeeral'
|
|
site_author: 'Tony Tkáčik'
|
|
|
|
|
|
# Copyright
|
|
copyright: 'Copyright (c) 2016 Tony Tkáčik'
|
|
|
|
theme: 'material'
|
|
|
|
# Options
|
|
extra:
|
|
# version: '0.1.0'
|
|
logo: 'images/logo.png'
|
|
palette:
|
|
primary: 'teal'
|
|
accent: 'cyan'
|
|
font:
|
|
text: 'Roboto'
|
|
code: 'Roboto Mono'
|
|
i18n:
|
|
prev: 'Previous'
|
|
next: 'Next'
|
|
# author:
|
|
# github: 'my-github-handle'
|
|
# twitter: 'my-twitter-handle'
|
|
|
|
# Google Analytics
|
|
# google_analytics:
|
|
# - 'UA-XXXXXXXX-X'
|
|
# - 'auto'
|
|
|
|
# Extensions
|
|
markdown_extensions:
|
|
- codehilite(css_class=code)
|
|
- admonition
|
|
- def_list
|
|
- toc:
|
|
permalink: '#'
|