forked from aragon/aragon-monthly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (68 loc) · 2.48 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
67
68
site_name: 'Aragon Monthly'
site_url: https://monthly.aragon.one
repo_name: 'aragon/aragon-monthly'
repo_url: 'https://github.com/aragon/aragon-monthly'
site_description: 'Aragon Monthly, a community curated monthly digital newspaper about DAOs and the Aragon ecosystem'
theme: 'material'
site_favicon: 'images/favicon.ico'
extra_css:
- 'stylesheets/monthly.css'
extra:
palette:
primary: 'grey'
accent: 'cyan'
logo: 'images/logo.svg'
font:
text: 'Crimson Text'
code: 'Crimson Text'
social:
- type: 'github'
link: 'https://github.com/aragon'
- type: 'medium'
link: 'https://blog.aragon.one/'
- type: 'reddit'
link: 'https://www.reddit.com/r/aragonproject/'
- type: 'twitter'
link: 'https://twitter.com/AragonProject'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/aragonproject/'
feature:
tabs: 'true'
pages:
- Front Page: 'index.md'
- News:
- Home: 'news/index.md'
- DAOs: 'news/daos.md'
- Aragon: 'news/aragon.md'
- district0x: 'news/district0x.md'
- Ecosystem: 'news/ecosystem.md'
- Articles:
- Home: 'articles/index.md'
- Editorials:
- The district0x network in a nutshell: 'articles/editorial/the_district0x_in_a_nutshell.md'
- Opinion pieces:
- Thoughts On Governance and Network Effects: 'articles/opinion/thoughts_on_governance_network_effects.md'
- Columns:
- Start a Column!: 'articles/columns/submit.md'
- Classifieds:
- Home: 'classifieds/index.md'
- Contributors:
- Home: 'contributors/index.md'
- Editors: 'contributors/editors.md'
- Reviewers: 'contributors/reviewers.md'
- Contributors: 'contributors/contributors.md'
- Columnists: 'contributors/columnists.md'
- Newsletter:
- Aragon Monthly Newsletter: 'newsletter/index.md'
- Project info:
- Overview: 'info/index.md'
- Guides:
- Overview: 'guides/index.md'
- Guide for submitting a new Issue: 'guides/guide_for_submitting_a_new_issue.md'
- Guide for submitting a new Pull Request: 'guides/guide_for_submitting_a_new_pull_request.md'
- Guide for submitting News: 'guides/guide_for_submitting_news.md'
- Guide for submitting Articles: 'guides/guide_for_submitting_articles.md'
- Guide for submitting Classifieds: 'guides/guide_for_submitting_classifieds.md'
- New Issue Template: 'guides/new_issue_template.md'
- New Pull Request Template: 'guides/new_pull_request_template.md'
- Repository structure: 'guides/repository_structure.md'