diff options
| author | 2023-08-13 23:16:04 +0100 | |
|---|---|---|
| committer | 2023-08-14 11:44:05 +0100 | |
| commit | 8e474a0310863ae915043c59f44011d9762b0910 (patch) | |
| tree | d0640b87686720d277e0bafc96ffd885d714bf21 /docs/_config.yml | |
| parent | Add kubernetes lint CI (diff) | |
Move k8s jekyll config to docs/
Diffstat (limited to 'docs/_config.yml')
| -rw-r--r-- | docs/_config.yml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..3c4b10a --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,54 @@ +title: PyDis DevOps +email: [email protected] +description: >- + Knowledgebase for all things DevOps in Python Discord. +baseurl: "/kubernetes" +url: "https://python-discord.github.io" +twitter_username: PythonDiscord +github_username: python-discord + +remote_theme: just-the-docs/just-the-docs +plugins: + - jekyll-feed + +# Compression tuning +compress_html: + ignore: + envs: all + +# Code block preferences +kramdown: + syntax_highlighter_opts: + block: + line_numbers: true + +# Theme configuration +aux_links: + "Python Discord": + "https://pythondiscord.com/" +aux_links_new_tab: true + +color_scheme: dark + +# Document detection +collections: + runbooks: + permalink: "/:collection/:path/" + output: true + queries: + permalink: "/:collection/:path" + output: true + general: + permalink: "/:collection/:path" + output: true + +just_the_docs: + collections: + pages: + name: Pages + general: + name: General + runbooks: + name: Runbooks + queries: + name: Queries |