|
| 1 | +# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json |
| 2 | + |
1 | 3 | site_name: Awesome GameDev Resources |
| 4 | +site_description: Awesome GameDev Resources for learning how to make games |
2 | 5 | site_url: https://courses.tolstenko.net |
3 | 6 | repo_url: https://github.com/InfiniBrains/Awesome-GameDev-Resources |
4 | 7 | repo_name: InfiniBrains/Awesome-GameDev-Resources |
5 | 8 |
|
| 9 | +site_author: See contributors and authors at https://github.com/InfiniBrains/Awesome-GameDev-Resources/graphs/contributors |
| 10 | + |
6 | 11 | nav: |
7 | 12 | - Home: README.md |
8 | 13 | - Programming: |
|
35 | 40 | - Promoting: portfolio/12-promoting/README.md |
36 | 41 | - Cover Letter: portfolio/13-cover-letter/README.md |
37 | 42 | - CV: portfolio/14-cv/README.md |
38 | | - - Dojo: |
39 | | - - dojo/README.md |
40 | | - - Full Cycle Game Dev: dojo/Full-Cycle-SDL-Development.md |
| 43 | +# - Dojo: |
| 44 | +# - dojo/README.md |
| 45 | +# - Full Cycle Game Dev: dojo/Full-Cycle-SDL-Development.md |
41 | 46 | # - AI: |
42 | 47 | # - artificialintelligence/README.md |
43 | 48 |
|
44 | 49 | docs_dir: . |
45 | 50 |
|
46 | 51 | theme: |
| 52 | + language: en |
47 | 53 | name: material |
48 | 54 | custom_dir: overrides |
| 55 | +# favicon: overrides/favicon/apple-touch-icon.png |
| 56 | +# logo: overrides/favicon/apple-touch-icon.png |
49 | 57 | features: |
| 58 | + - attr_list |
| 59 | + - md_in_html |
| 60 | + - pymdownx.superfences |
50 | 61 | - announce.dismiss |
51 | 62 | - content.action.edit |
52 | 63 | - content.action.view |
53 | 64 | - content.code.annotate |
54 | 65 | - content.code.copy |
| 66 | + - content.code.select |
55 | 67 | # - content.tabs.link |
56 | 68 | - content.tooltips |
57 | 69 | # - header.autohide |
58 | 70 | # - navigation.expand |
59 | 71 | - navigation.footer |
60 | 72 | - navigation.indexes |
61 | 73 | - navigation.instant |
62 | | - - navigation.prune |
63 | | - - navigation.sections |
| 74 | + - navigation.instant.prefetch |
| 75 | + - navigation.prune # prune is incompatible with expand |
| 76 | +# - navigation.sections |
64 | 77 | - navigation.tabs |
65 | | - - navigation.tabs.sticky |
| 78 | +# - navigation.tabs.sticky |
66 | 79 | - navigation.top |
| 80 | +# - navigation.expand |
67 | 81 | - navigation.tracking |
| 82 | + - navigation.path |
68 | 83 | - search.highlight |
69 | 84 | - search.share |
70 | 85 | - search.suggest |
71 | 86 | - toc.follow |
72 | | - # - toc.integrate |
| 87 | +# - toc.integrate |
73 | 88 | palette: |
74 | 89 | # Palette toggle for automatic mode |
75 | 90 | - media: "(prefers-color-scheme)" |
@@ -112,11 +127,6 @@ theme: |
112 | 127 |
|
113 | 128 | edit_uri: edit/main/ |
114 | 129 |
|
115 | | -site_description: >- |
116 | | - Awesome GameDev Resources |
117 | | -
|
118 | | -site_author: https://tolstenko.net |
119 | | - |
120 | 130 | copyright: Copyright © 2023 Tolstenko and Others |
121 | 131 |
|
122 | 132 | markdown_extensions: |
@@ -159,13 +169,18 @@ markdown_extensions: |
159 | 169 | - pymdownx.tilde |
160 | 170 |
|
161 | 171 | plugins: |
162 | | -# - git-committers: |
163 | | -# repository: InfiniBrains/Awesome-GameDev-Resources |
164 | | -# branch: main |
| 172 | + - git-committers: |
| 173 | + repository: InfiniBrains/Awesome-GameDev-Resources |
| 174 | + branch: main |
| 175 | + enabled: true |
| 176 | + docs_path: ./ |
| 177 | + cache_dir: /tmp/cache/awesome-gamedev-resources |
165 | 178 | # - git-authors |
166 | 179 | - git-revision-date-localized: |
167 | 180 | enable_creation_date: true |
168 | | - fallback_to_build_date: true #todo: fix git security issue on github that prevents getting the full log |
| 181 | + fallback_to_build_date: true |
| 182 | + locale: en |
| 183 | + timezone: America/New_York |
169 | 184 | - same-dir |
170 | 185 | - search: |
171 | 186 | separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])' |
@@ -205,13 +220,20 @@ plugins: |
205 | 220 | # render_js: true |
206 | 221 | # headless_chrome_path: headless-chromium |
207 | 222 | #output_path: any-place/document.pdf |
208 | | - enabled_if_env: ENABLE_PDF_EXPORT |
| 223 | + enabled_if_env: 'CI' |
209 | 224 | #debug_html: true |
210 | 225 | #show_anchors: true |
211 | 226 | # verbose: true |
212 | 227 | # - optimize |
213 | 228 |
|
214 | 229 | extra: |
| 230 | + privacy: |
| 231 | + enabled: true |
| 232 | + consent: |
| 233 | + cookies: |
| 234 | + smartlook: SmartLook |
| 235 | + description: >- |
| 236 | + This site uses cookies to provide you with a better user experience. By using this site you consent to our use of cookies. |
215 | 237 | generator: false |
216 | 238 | annotate: |
217 | 239 | json: [ .s2 ] |
|
0 commit comments