Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.46 KB

File metadata and controls

73 lines (50 loc) · 2.46 KB

GitHub Pages Zensical PostgreSQL pgAdmin Excel License: CC BY-NC-SA 4.0

DATA CAMPUS

WING Logo

This site offers a variety of courses focused on Data, including:

  • Data Basics
  • Databases with PostgreSQL
  • Excel

📚 Visit the site here!

Local development

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.

1️⃣ Install uv

This site uses the uv package manager. If you haven't installed it yet, follow the installation guide.

2️⃣ Project setup

Install all dependencies with:

uv sync

3️⃣ Serve the site

Serve the site locally with live reload:

uv run zensical serve

Visit localhost:8000 in your browser to view the site. 🎉

To produce a static build into site/:

uv run zensical build

4️⃣ Write content

While 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.

Contributions

Found a mistake, have an idea or want to report an issue? Contributions in any form are always welcome! 😊