# Configuration of Hugo # Guide: https://docs.hugoblox.com/tutorial/ # Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/ # Website name title: Adrian Abeyta # Website URL baseURL: 'https://adrianabeyta.com/' ############################ ## LANGUAGE ############################ defaultContentLanguage: en hasCJKLanguage: false defaultContentLanguageInSubdir: false removePathAccents: true ############################ ## ADVANCED ############################ build: writeStats: true enableGitInfo: false summaryLength: 30 paginate: 10 enableEmoji: true enableRobotsTXT: true footnotereturnlinkcontents: ^ ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$] permalinks: authors: '/author/:slug/' disableAliases: true outputs: home: [HTML, RSS, headers, redirects, backlinks] section: [HTML, RSS] imaging: resampleFilter: lanczos quality: 80 anchor: smart timeout: 600000 taxonomies: author: authors tag: tags publication_type: publication_types markup: _merge: deep highlight: lineNos: false security: _merge: deep sitemap: _merge: deep