1 Star 0 Fork 0

RisunJan/MyPlanet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.toml 3.76 KB
一键复制 编辑 原始数据 按行查看 历史
RisunJan 提交于 2020-12-31 07:50 +08:00 . 更换主题测试
# 配置你的服务器域名地址
# baseurl = "https://maven27.gitee.io/"
# 设置语言
languageCode = "zh-CN"
# 网站名称
title = "RisunJan"
# Enable comments by entering your Disqus shortname
disqusShortname = "RisunJan111"
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
# Define the number of posts per page(页长)
paginate = 10
paginatePath = "page"
footnotereturnlinkcontents = "↩"
# 配置你要使用的主题
theme = "hugo-icarus-theme"
# theme = "hyde"
# Comment the themesDir option if you use this theme in production
# themesDir = "../.."
# Hugo 默认会把 url 中的大写字符转为小写
disablePathToLower = true
# Hugo 默认会把Taxonomy(categories,tags,series)名称转为小写
preserveTaxonomyNames = true
relativeurls = true
uglyurls = true
buildfuture = true
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
# Tell me who you are
author = "Risun Jan"
bio = "静水流深"
location = "HeBi"
site_description = "一起来玩丫"
copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice)."
avatar = "css/images/avatar.png"
# Enter your email address to display your Gravatar icon in the profile. If not set the theme
# will fallback to the avatar.
gravatar = "cyjiang_11@163.com"
logo = "css/images/logo.png"
disable_mathjax = false # set to true to disable MathJax
# define which types of pages should be shown. By default the type with the most regular pages
mainSections = ["post"]
# Format dates with Go's time formatting
date_format = "2006-01-02"
# Add custom assets with their paths relative to the static folder
custom_css = []
custom_js = []
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts, you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
[[params.menu]]
before = true
label = "首页"
link = "/"
[[params.menu]]
before = false
label = "标签"
link = "tags/"
[[params.menu]]
before = false
label = "收藏"
link = "categories/"
# Enter a link for the follow button on the left
[params.profile]
follow_button = "https://github.com/JanRisun"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# created automatically.
github = "RisunJan"
gitlab = ""
bitbucket = ""
jsfiddle = ""
codepen = ""
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = ""
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = ""
slideshare = ""
stackoverflow = ""
reddit = ""
pinterest = ""
googleplus = ""
facebook = ""
facebook_admin = ""
twitter_domain = ""
twitter = "RisunJan"
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true
# 设置 Blackfriday 渲染, Blackfriday 是 Hugo 中使用的 Markdown 渲染引擎。 Hugo 中的 Blackfriday 的默认设置已经很健全,可以适用于大多数的情况。hrefTargetBlank:在文章内生成的超链接是否打开新的页面,建议设置成 true.
[Blackfriday]
hrefTargetBlank = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/maven27/my-planet.git
git@gitee.com:maven27/my-planet.git
maven27
my-planet
MyPlanet
master

搜索帮助