This site offers a variety of courses focused on Data, including:
- Data Basics
- Databases with PostgreSQL
- Excel
📚 Visit the site here!
Eager to contribute or develop locally? Here's how to get started!
Note
The site is built with Zensical — the Rust-based
successor to Material for MkDocs from the same team. The existing
mkdocs.yml config is reused via Zensical's compatibility layer.
This site uses the uv package manager. If you haven't installed it yet,
follow the installation guide.
Install all dependencies with:
uv syncServe the site locally with live reload:
uv run zensical serveVisit localhost:8000 in your browser to view the site. 🎉
To produce a static build into site/:
uv run zensical buildWhile the site is served locally, any changes will automatically trigger a reload in your browser.
Tip
The site's content lives in docs/ and is written in Markdown. Since
Zensical is configuration-compatible with Material for MkDocs, the
Material for MkDocs reference
is still the right place for formatting and admonition syntax.
Found a mistake, have an idea or want to report an issue? Contributions in any form are always welcome! 😊