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 %}