| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | baseurl = "https://bf.mengyan1223.wang/blog/"  # End your URL with a `/` trailing slash, e.g. `https://example.com/`.title = "Xry111's Blog"copyright = "© 2017-2019 Xi Ruoyao"theme = "academic"enableEmoji = truefootnotereturnlinkcontents = "<sup>^</sup>"ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]preserveTaxonomyNames = truepaginate = 10# Enable analytics by entering your Google Analytics tracking IDgoogleAnalytics = ""# Default language to use (if you setup multilingual support)defaultContentLanguage = "en"hasCJKLanguage = truedefaultContentLanguageInSubdir = falseenableGitInfo = true[outputs]  home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]  section = [ "HTML", "RSS" ][mediaTypes."application/manifest+json"]  suffixes = ["webmanifest"][outputFormats.WebAppManifest]  mediaType = "application/manifest+json"  rel = "manifest"# Configure BlackFriday Markdown rendering.#   See: https://gohugo.io/readfiles/bfconfig/[blackfriday]  hrefTargetBlank = true  # `true` opens external links in a new tab.  fractions = true  # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).  smartypants = true  # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).menu_align_right = true# Taxonomies.[taxonomies]  tag = "tags"  category = "categories"  publication_type = "publication_types"  author = "authors"
 |