Skip to content

landerox/landerox.github.io

landerox.com

Deploy Lint Zensical

This repository hosts the source code for landerox.com, a personal site focused on data platforms, cloud architecture, automation, and production AI.

The site combines three main content areas:

  1. Personal positioning: overview, technical focus, and collaboration context.
  2. Engineering projects: reference implementations and delivery patterns.
  3. Technology radar: tools and frameworks tracked by adoption and relevance.

Development

Dev Container

Open the repository in VS Code Dev Containers to provision Python, uv, and just automatically.

Local Setup

Prerequisites:

  • Python 3.13+
  • uv
  • just for local tasks
  • lychee for optional outbound link checks
git clone https://github.com/landerox/landerox.github.io.git
cd landerox.github.io
uv sync --all-groups
uv run pre-commit install

Commands

Run just to list available tasks.

Command Description
just sync Install or refresh dependencies with uv
just serve Start the local development server
just build Generate the static site into site/
just lint Run all configured pre-commit checks
just links Run Lychee link validation on the site content
just audit Scan Python dependencies for known vulnerabilities

Repository Structure

  • content/en/: English source content published at /.
  • content/es/: Spanish source content published at /es/.
  • content/en/assets/ and content/es/assets/: language-local images, fonts, and custom styles used by each Zensical build.
  • zensical.toml: site metadata, navigation, theme configuration, and social links.
  • zensical.es.toml: Spanish site metadata, navigation, and theme settings.
  • .github/workflows/: CI pipelines for deploy and validation.

Stack

  • Static site generator: Zensical
  • Dependency management: uv
  • Task runner: just
  • Quality checks: pre-commit, markdown tooling, Lychee, pip-audit

License

MIT License. See LICENSE for details.

About

Personal site focused on data platforms, cloud architecture, automation, and production ai solutions.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors