-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (59 loc) · 2.36 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Project information
site_name: labSquared
site_description: '*A laboratory laboratory.* Manifesto for the lab of the (a) future.'
site_author: 'Pablo Cárdenas'
site_url: 'https://lab-squared.github.io/'
# Repository
repo_name: 'labSquared on GitHub'
repo_url: 'https://github.com/pablocarderam/labSquared/'
# Configuration
theme:
name: material
logo: 'img/labSquared_logo_w.svg'
favicon: 'img/favicon-96x96.png'
font:
text: 'Cabin'
code: 'Ubuntu Mono'
palette:
primary: 'orange'
accent: 'indigo'
# Customization
nav:
- Reason: index.md
- Philosophy: philosophy.md
- Composition: composition.md
- Metabolism: metabolism.md
- Growth: growth.md
- Ecology: ecology.md
- + Info: info.md
- Author: author.md
- Print friendly : full.md
extra:
social:
- type: 'twitter'
link: 'https://twitter.com/pcr_guy'
- type: 'github'
link: 'https://github.com/pablocarderam'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/pablocarderam'
# Google Analytics
google_analytics:
- 'UA-123988123-2'
- 'auto'
# Extensions
plugins:
- search
# Add these tags manually to website head:
# <meta name="twitter:card" content="summary_large_image">
# <meta name="twitter:site" content="@pcr_guy">
# <meta name="twitter:creator" content="@pcr_guy">
# <meta name="twitter:title" content="labSquared: A laboratory laboratory">
# <meta name="twitter:description" content="labSquared is an imaginary lab handbook. A science manifesto, a thought-experiment on doing experiments, an exercise exploring possible futures for science and research.">
# <meta name="twitter:image" content="https://github.com/lab-squared/lab-squared.github.io/blob/master/img/labSquared_logo_square.png?raw=true">
#
# <meta property="og:image" content="https://github.com/lab-squared/lab-squared.github.io/blob/master/img/labSquared_logo_title.png?raw=true" />
# <meta property="og:type" content="website" />
# <meta property="og:url" content="https://lab-squared.github.io/" />
# <meta property="og:title" content="labSquared: A laboratory laboratory" />
# <meta property="og:site_name" content="labSquared" />
# <meta property="og:description" content="labSquared is an imaginary lab handbook. A science manifesto, a thought-experiment on doing experiments, an exercise exploring possible futures for science and research." />