Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.92 KB

File metadata and controls

47 lines (36 loc) · 1.92 KB

My personal website

CI Status uv Ruff pypeline pre-commit


This is my personal website, built with Sphinx! It is hosted on GitHub Pages and available at maxiniuc.com.

Contributing

The project uses UV for dependencies management and pypeline for streamlining the development workflow. Use pipx (or your favorite package manager) to install the pypeline in an isolated environment:

pipx install pypeline-runner

To bootstrap the project and run all the steps configured in the pypeline.yaml file, execute the following command:

pypeline run

For those using VS Code there are tasks defined for the most common commands:

  • run tests
  • run pre-commit checks (linters, formatters, etc.)
  • generate documentation

See the .vscode/tasks.json for more details.