Skip to content

landlock-lsm/landlock-lsm.github.io

Repository files navigation

Landlock Website

This repository contains the source files for the Landlock official website.

Development

This website is built using Sphinx with MyST Markdown:

mkdir website
./make-and-rsync.sh
uv run python -m http.server -b 127.0.0.1 -d website &
xdg-open http://127.0.0.1:8000

Resources

License

All content is licensed under CC BY-SA 4.0.

Contributors