diff --git a/docs/_config.yml b/docs/_config.yml index 47281c10a..5507b384d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,9 +1,12 @@ title: Authelia email: clement.michaud34@gmail.com description: Authelia is an open source multi-factor single sign-on portal for web applications -baseurl: "/authelia" -url: "https://authelia.github.io" +url: "https://docs.authelia.com" +repository: https://github.com/authelia/authelia logo: ./images/authelia-title.png footer_content: "Copyright © 2020 Authelia. Distributed by an Apache 2.0 license." markdown: kramdown -theme: just-the-docs \ No newline at end of file +theme: just-the-docs +keep_files: + - .git + - CNAME \ No newline at end of file