diff options
| author | 2024-04-27 21:21:51 +0200 | |
|---|---|---|
| committer | 2024-04-27 21:21:04 +0100 | |
| commit | de9307796340070c0b44e6325a902184ad65492a (patch) | |
| tree | f7a873d1a4b14281580b0450ba77ee9290b22c3c /docs/_config.yml | |
| parent | Use same indent for all fail2ban options (diff) | |
Move documentation to Hugo
Shortly before merge, the repository settings need to be updated to
set GitHub Actions as the deployment source, to prevent GitHub from
trying to build with Jekyll.
Diffstat (limited to 'docs/_config.yml')
| -rw-r--r-- | docs/_config.yml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index d3e7fa6..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,54 +0,0 @@ -title: PyDis DevOps -email: [email protected] -description: >- - Knowledgebase for all things DevOps in Python Discord. -baseurl: "/infra" -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 |