first commit

This commit is contained in:
Olivier Büchel 2026-01-16 22:37:48 +01:00
commit fd6fe99af5
4 changed files with 110 additions and 0 deletions

BIN
docs/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

36
docs/index.md Normal file
View File

@ -0,0 +1,36 @@
# Examples
Ecamples documetnas
# Milestones
infrastructure level I finished
getting new recruits
choosing project
Minimum Viable Product (MVP), the reason for agile programming
Where (swiss, maroc)
Who
why
when
what
# Learning
writing, thinking and learning are the same.
Project list:
1. [Scheduling Problem]
2. Learn Arabic Language/Learn Any Language (LAL)
3. some more
Learning Lanes:
- Basic and introducion themes
- Applied Themes (blockchain, constrained programming, AI integration, ..)
- working process themes (git, coding styles, IDE Emacs, testing, CI/CD piplines, ..)
[Scheduling Problem] : scheduling.md
# [sponsors]: https://squidfunk.github.io/mkdocs-material/insiders/
# [available features]: https://squidfunk.github.io/mkdocs-material/insiders/#whats-in-for-me

74
mkdocs.yml Executable file
View File

@ -0,0 +1,74 @@
# Project information
site_name: olive it: I love IT
site_url: https://mkdocs-material.github.io/examples/
site_author: Oliver Büchel
site_description: >-
Continous quality delivered by continous learning, breaking
the wall of comfortable mediocracy
# Repository
repo_name: oliveit-web
repo_url: https://gitea.olive-it.ch/oli/public-testrepo2.git
# Copyright
# copyright: Copyright © 1700 - 2200
# Theme
theme:
# name: material
name: readthedocs
features:
- content.action.edit
- content.action.view
- content.tooltips
- navigation.sections
favicon: assets/favicon.ico
icon:
logo: assets/olive-banner.png
# Plugins
# plugins:
# - projects:
# projects_dir: examples
# projects_config_transform: !!python/name:examples.transform
# log_level: info
# Hooks
hooks:
- hooks/archive.py
validation:
nav:
omitted_files: warn
not_found: warn
absolute_links: warn
links:
not_found: warn
absolute_links: warn
unrecognized_links: warn
# Customization
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
# Extensions
markdown_extensions:
- admonition
- attr_list
- footnotes
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true