1_general_forum/mkdocs.yml

30 lines
554 B
YAML

site_name: My Docs
site_name: Smartup Zero
site_description: Building technology for the common good
site_url: https://0_timeline.org
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.expand
palette:
scheme: default
primary: indigo
nav:
- Home: index.md
- Business Plan:
- Why We Exist: osbp/why.md
- What We Build: osbp/what.md
- Who We Are: osbp/who.md
- Progress:
- Current Phase: progress/phase-0.md
plugins:
- search
- awesome-pages
- git-revision-date