-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (61 loc) · 1.43 KB
/
mkdocs.yml
File metadata and controls
68 lines (61 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: UAB Research Computing DevOps Docs
repo_url: https://github.com/uabrc/devops-docs
edit_uri: blob/main/docs/
theme:
name: material
search_index_only: true
custom_dir: theme
language: en
features:
- navigation.indexes
- navigation.instant
- content.code.copy
- content.action.edit
favicon: images/favicon.png
logo: images/logo.png
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
copyright: Copyright © The University of Alabama at Birmingham.
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.keys
- pymdownx.superfences
- tables
- toc:
permalink: true
plugins: # order matters!
- search
- meta
- blog:
archive_date_format: MMMM yyyy
archive_url_date_format: yyyy/MM
blog_dir: news
blog_toc: true
post_date_format: full
post_excerpt: required
post_readtime: false
categories_allowed:
- Known Issues
- Maintenance
- Outreach
- Survey
- gen-files:
scripts:
- scripts/pandoc_generator.py
- git-revision-date-localized:
type: date
- glightbox
nav:
- Home: index.md
- Ticket Issues: tickets.md