1_general_forum/mkdocs.yml

37 lines
1017 B
YAML
Raw Normal View History

2025-07-07 17:34:00 +00:00
site_name: 0_timeline
2025-07-05 14:05:32 +00:00
site_description: Building technology for the common good
site_url: https://0_timeline.org
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.expand
- content.hero
2025-07-05 14:05:32 +00:00
palette:
scheme: default
primary: indigo
nav:
- Home: index.md
- The Observation: 0_timeline/the-observation.md
- The Hypothesis: 0_timeline/the-smartup-hypothesis.md
- The Experiment: 0_timeline/the-experiment.md
- Project History: 0_timeline/history.md
- '---': '' # This creates a visual separator in the navigation
- 'Smartup Zero: The First Smartup - Building ONLIFE':
- '1. Our General Forum': smartup-zero/1_general_forum.md
- '2. Our Workplace': smartup-zero/2_workplace.md
- '3. Our Teams': smartup-zero/3_teams.md
- '4. Our Roles': smartup-zero/4_roles.md
- '5. Our Objectives': smartup-zero/5_objectives.md
- '6. Our Tasks': smartup-zero/6_tasks.md
2025-07-05 14:05:32 +00:00
plugins:
- search
- awesome-pages
- git-revision-date