Skip to content

Commit

Permalink
init repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua Zou committed Aug 29, 2019
1 parent 5bda99b commit da0a822
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
54 changes: 27 additions & 27 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ copyright: true
canonical: true

# Change headers hierarchy on site-subtitle (will be main site description) and on all post/pages titles for better SEO-optimization.
seo: false
seo: true

# If true, will add site-subtitle to index page, added in jekyll config.
# subtitle: Subtitle
Expand Down Expand Up @@ -147,10 +147,10 @@ menu_icons:
#KeyMapsToMenuItemKey: NameOfTheIconFromFontAwesome
home: home
about: user
archives: archive
categories: th
schedule: calendar
tags: tags
archives: archive
schedule: calendar
sitemap: sitemap
commonweal: heartbeat
#myseo: internet-explorer
Expand Down Expand Up @@ -189,7 +189,7 @@ font:
global:
# external: true will load this font family from host.
external: true
family: Lato
family: Monda

# Font settings for Headlines (h1, h2, h3, h4, h5, h6)
# Fallback to `global` font settings.
Expand Down Expand Up @@ -243,8 +243,8 @@ social_icons:
# Icon Mappings.
# KeyMapsToSocialItemKey: NameOfTheIconFromFontAwesome
GitHub: github
Twitter: twitter
Weibo: weibo
#Twitter: twitter
#Weibo: weibo
Email: envelope-o


Expand Down Expand Up @@ -405,27 +405,27 @@ baidu_analytics: 1c0e89e84d0d601bb8acf46602ceb1c6
# hide: false

# <wildfire>
wildfire:
enable: false
# version - It's recommended to use the following versions.
loaderVersion: 1.2.5 # https://www.npmjs.com/package/wildfire-comment
useDev: true
version: 0.5.6
# database config
databaseProvider: firebase # or wilddog
firebase: # your firebase config goes here ↓
apiKey:
authDomain:
databaseURL:
projectId:
storageBucket:
messagingSenderId:
wilddog: # your wilddog config goes here ↓
siteId:
#wildfire:
# enable: false
# # version - It's recommended to use the following versions.
# loaderVersion: 1.2.5 # https://www.npmjs.com/package/wildfire-comment
# useDev: true
# version: 0.5.6
# # database config
# databaseProvider: firebase # or wilddog
# firebase: # your firebase config goes here ↓
# apiKey:
# authDomain:
# databaseURL:
# projectId:
# storageBucket:
# messagingSenderId:
# wilddog: # your wilddog config goes here ↓
# siteId:
# other configs
theme: light # or dark
locale: en # or other locales, e.g. zh-CN
defaultAvatarURL:
# theme: light # or dark
# locale: en # or other locales, e.g. zh-CN
# defaultAvatarURL:
# Any question?
# Raise an issue here: https://github.com/cheng-kang/wildfire/issues
# </wildfire>
Expand Down Expand Up @@ -533,7 +533,7 @@ vkontakte_api:
# To get your ID visit https://widgetpack.com
rating:
enable: false
id: #<app_id>
id: 20649
color: fc6423


Expand Down
7 changes: 7 additions & 0 deletions _includes/_custom/sidebar.html
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
<div>
<iframe height="100%" width="100%" src="https://play.soundsgood.co/embed/5b7d53cb4c948d740d8df06c?color=989898&hideTitle=1&hideCurator=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="autoplay; encrypted-media" allowtransparency="true"></iframe>
</div>





4 changes: 2 additions & 2 deletions pages/message/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ <h1><i class="fa fa-commenting" aria-hidden="true"></i>啦啦啦</h1>
<script>
new Valine({
el: '#vcomments',
appId: 'dWvyT26drR1HLxgXvGD7Iw7u-gzGzoHsz',
appKey: '3jKYv5jwUQdUe8DwXIDM54Xb',
appId: #'dWvyT26drR1HLxgXvGD7Iw7u-gzGzoHsz',
appKey: #'3jKYv5jwUQdUe8DwXIDM54Xb',
notify:true,
verify:true,
pageSize:8,
Expand Down

0 comments on commit da0a822

Please sign in to comment.