From 2b9891be9f92678ad5807695d95b2b80aadcad5e Mon Sep 17 00:00:00 2001 From: ilkermanap Date: Sat, 5 Sep 2026 14:45:13 +0200 Subject: [PATCH] Publish the documentation with GitHub Pages index.md includes README.md, so the site cannot drift from the repository documentation, and nothing but build/ is excluded so the README's relative links keep resolving on the published site. Co-Authored-By: Claude Opus 5 (1M context) --- _config.yml | 10 ++++++++++ index.md | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..4e8b43c --- /dev/null +++ b/_config.yml @@ -0,0 +1,10 @@ +# GitHub Pages (Jekyll). index.md includes README.md so the site and the +# repository documentation cannot drift apart. +title: maas-samba-ad +description: >- + MAAS-deployable Debian image that becomes a Samba Active Directory domain + controller: provisions a new domain or joins an existing one on first boot. +theme: jekyll-theme-cayman +show_downloads: false +exclude: + - build/ diff --git a/index.md b/index.md new file mode 100644 index 0000000..972367d --- /dev/null +++ b/index.md @@ -0,0 +1,7 @@ +--- +layout: default +title: maas-samba-ad +description: Samba Active Directory domain controller image for MAAS +--- + +{% include_relative README.md %}