123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- title: 'My Online Courses'
- baseURL: 'https://example.com/'
- cascade:
-
- - _target:
- path: /course/**
- editable: true
- show_breadcrumb: true
-
- - _target:
- path: /post/**
- show_related: true
- defaultContentLanguage: en
- hasCJKLanguage: false
- defaultContentLanguageInSubdir: false
- removePathAccents: true
- module:
- imports:
- - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
- - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
- enableGitInfo: false
- summaryLength: 30
- paginate: 10
- enableEmoji: true
- enableRobotsTXT: true
- footnotereturnlinkcontents: <sup>^</sup>
- ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
- permalinks:
- authors: '/author/:slug/'
- tags: '/tag/:slug/'
- categories: '/category/:slug/'
- disableAliases: true
- outputs:
- home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
- section: [HTML, RSS]
- imaging:
- resampleFilter: lanczos
- quality: 75
- anchor: smart
- timeout: 600000
- taxonomies:
- tag: tags
- category: categories
- author: authors
- markup:
- _merge: deep
- related:
- threshold: 80
- includeNewer: true
- toLower: true
- indices:
- - name: tags
- weight: 100
- - name: categories
- weight: 70
- security:
- _merge: deep
- sitemap:
- _merge: deep
|