-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
module.exports = { | ||
url: 'https://wuhw.github.io', | ||
pathPrefix: '/', | ||
title: '梦里仗剑天涯的个人博客', | ||
subtitle: '梦里仗剑天涯,<br/> 醒时码海无边。', | ||
title: 'wuhw的个人博客', | ||
subtitle: '梦里仗剑天涯, 醒时码海无边。', | ||
copyright: '© All rights reserved.', | ||
disqusShortname: 'wuhw.disqus.com', | ||
disqusShortname: 'wuhw', | ||
postsPerPage: 5, | ||
googleAnalyticsId: 'UA-73379983-2', | ||
menu: [ | ||
|
@@ -26,7 +26,7 @@ module.exports = { | |
author: { | ||
name: 'wuhw', | ||
photo: '/photo.jpg', | ||
bio: '梦里仗剑天涯,\n 醒时码海无边。', | ||
bio: '梦里仗剑天涯,醒时码海无边。', | ||
contacts: { | ||
email: '[email protected]', | ||
telegram: '#', | ||
|