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
|
|
|
|
|
2025-07-10 00:57:56 +00:00
|
|
|
extra_css:
|
|
|
|
- stylesheets/extra.css
|
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
- javascripts/extra.js
|
|
|
|
|
2025-07-05 14:05:32 +00:00
|
|
|
theme:
|
|
|
|
name: material
|
2025-07-10 00:57:56 +00:00
|
|
|
custom_dir: overrides
|
2025-07-05 14:05:32 +00:00
|
|
|
features:
|
|
|
|
- navigation.instant
|
|
|
|
- navigation.sections
|
|
|
|
- navigation.expand
|
2025-07-10 00:57:56 +00:00
|
|
|
- content.hero
|
|
|
|
- toggle
|
|
|
|
logo: assets/smartup icon white.png
|
|
|
|
favicon: assets/flavicon.png
|
2025-07-05 14:05:32 +00:00
|
|
|
palette:
|
2025-07-10 00:57:56 +00:00
|
|
|
- scheme: default
|
|
|
|
primary: amber
|
|
|
|
accent: lime
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to dark mode
|
|
|
|
- scheme: slate
|
|
|
|
primary: amber
|
|
|
|
accent: lime
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
|
|
|
- attr_list
|
|
|
|
- md_in_html
|
|
|
|
- footnotes
|
|
|
|
- def_list
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.emoji:
|
2025-07-14 19:50:55 +00:00
|
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
2025-07-10 00:57:56 +00:00
|
|
|
- pymdownx.highlight
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.keys
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.blocks.caption
|
|
|
|
|
2025-07-05 14:05:32 +00:00
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
2025-07-07 14:50:42 +00:00
|
|
|
- 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
|
2025-07-10 00:57:56 +00:00
|
|
|
- glightbox
|
2025-07-05 14:05:32 +00:00
|
|
|
|