|
| 1 | +theme: "starter-hugo-academic" |
| 2 | +# Configuration of Hugo |
| 3 | +# Guide: https://wowchemy.com/docs/getting-started/ |
| 4 | +# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings |
| 5 | +# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ |
| 6 | + |
| 7 | +title: ALICE KATE LI # Website name |
| 8 | +baseURL: 'https://alicekl.github.io/' # Website URL |
| 9 | + |
| 10 | +############################ |
| 11 | +## LANGUAGE |
| 12 | +############################ |
| 13 | + |
| 14 | +defaultContentLanguage: en |
| 15 | +hasCJKLanguage: false |
| 16 | +defaultContentLanguageInSubdir: false |
| 17 | +removePathAccents: true |
| 18 | + |
| 19 | +############################ |
| 20 | +## MODULES |
| 21 | +############################ |
| 22 | + |
| 23 | +module: |
| 24 | + imports: |
| 25 | + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms |
| 26 | + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify |
| 27 | + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal |
| 28 | + - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 |
| 29 | + |
| 30 | +############################ |
| 31 | +## ADVANCED |
| 32 | +############################ |
| 33 | + |
| 34 | +enableGitInfo: false |
| 35 | +summaryLength: 30 |
| 36 | +paginate: 10 |
| 37 | +enableEmoji: true |
| 38 | +enableRobotsTXT: true |
| 39 | +footnotereturnlinkcontents: <sup>^</sup> |
| 40 | +ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] |
| 41 | +permalinks: |
| 42 | + event: '/talk/:slug/' |
| 43 | + tags: '/tag/:slug/' |
| 44 | + categories: '/category/:slug/' |
| 45 | + publication_types: '/publication-type/:slug/' |
| 46 | +disableAliases: true |
| 47 | +outputs: |
| 48 | + home: [HTML, RSS, JSON, WebAppManifest, headers, redirects] |
| 49 | + section: [HTML, RSS] |
| 50 | +imaging: |
| 51 | + resampleFilter: lanczos |
| 52 | + quality: 75 |
| 53 | + anchor: smart |
| 54 | +timeout: 600000 |
| 55 | +taxonomies: |
| 56 | + tag: tags |
| 57 | + category: categories |
| 58 | + publication_type: publication_types |
| 59 | + author: authors |
| 60 | +markup: |
| 61 | + _merge: deep |
| 62 | +related: |
| 63 | + threshold: 80 |
| 64 | + includeNewer: true |
| 65 | + toLower: true |
| 66 | + indices: |
| 67 | + - name: tags |
| 68 | + weight: 100 |
| 69 | + - name: categories |
| 70 | + weight: 70 |
| 71 | +security: |
| 72 | + _merge: deep |
| 73 | +sitemap: |
| 74 | + _merge: deep |
| 75 | +minify: |
| 76 | + _merge: deep |
0 commit comments