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.
43 lines
781 B
43 lines
781 B
baseURL = 'https://www.eryang.wang'
|
|
languageCode = 'zh-CN'
|
|
title = '灿烂阳光'
|
|
theme = 'hugo-coder'
|
|
|
|
[params]
|
|
author = 'wangyang'
|
|
description = '博客'
|
|
avatarURL = 'images/avatar.jpg'
|
|
colorScheme = 'auto'
|
|
hideColorSchemeToggle = false
|
|
locale = 'zh'
|
|
|
|
[[params.social]]
|
|
name = 'GitHub'
|
|
icon = 'fa fa-github'
|
|
weight = 1
|
|
url = 'https://github.com/wangyang'
|
|
|
|
[[params.social]]
|
|
name = 'Email'
|
|
icon = 'fa fa-envelope'
|
|
weight = 2
|
|
url = 'mailto:2083850206@qq.com'
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = 'home'
|
|
name = '首页'
|
|
weight = 1
|
|
url = '/'
|
|
|
|
[[menu.main]]
|
|
identifier = 'posts'
|
|
name = '文章'
|
|
weight = 2
|
|
url = '/posts/'
|
|
|
|
[[menu.main]]
|
|
identifier = 'about'
|
|
name = '关于'
|
|
weight = 3
|
|
url = '/about/'
|