You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

61 lines
1.6 KiB

baseURL = "https://www.naifei365.com"
languageCode = "zh-CN"
title = "奈飞365"
theme = "blog"
preserveTaxonomyNames = true
disablePathToLower = true
hasCJKLanguage = true
publishDir = "public"
enableRobotsTXT = true
disableKinds = ['taxonomy']
ignoreErrors = ["error-disable-taxonomy"]
paginate = 6
[sitemap]
filename = 'sitemap.xml'
[params]
fancybox = true
author = "naifei365"
authortwitter = "naifei365"
favicon = "favicon.ico"
description = "奈飞账号合租全攻略:涵盖Netflix账号类型、合租平台、合租价格、最新优惠等全方位信息."
siteurl = "https://www.naifei365.com" #开发的时候去掉这个 https://www.52nav.icu
about = "https://www.yuque.com/shenweiyan/cookbook/webstack-hugo" # 左侧导航栏的"关于导航"页面(./about)
repository = "https://github.com/shenweiyan/WebStack-Hugo"
[markup.goldmark.renderer]
unsafe = true
[params.Twitter]
site = "netflix365"
creator = "netflix365"
[params.qweather]
key = "a3f35977240c49db96a45d24083285d8"
[params.images]
loginImage = "/logo.png"
[params.footer]
copyright = '© 2021 - {year} 奈飞365'
[frontmatter]
# 意为,变量 .Date 将会被赋值为 数组中最先找到的的日期值
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[taxonomies]
category = "categories"
tag = "tags"
favorites = "favorites"
sites = "sites"
sitetag = "sitetag"
# 压缩打包
[minify]
minifyOutput = true