Skip to content

Commit

Permalink
Hello, world!
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoprm committed Nov 29, 2023
1 parent a9e70cc commit b35c73e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 135 deletions.
98 changes: 4 additions & 94 deletions _config.butterfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,83 +405,8 @@ comments:
# lazyload: The comment system will be load when comment element enters the browser's viewport.
# If you set it to true, the comment count will be invalid
lazyload: false
count: false # Display comment count in post's top_img
card_post_count: false # Display comment count in Home Page

# disqus
# https://disqus.com/
disqus:
shortname:
apikey: # For newest comments widget

# Alternative Disqus - Render comments with Disqus API
# DisqusJS 評論系統,可以實現在網路審查地區載入 Disqus 評論列表,兼容原版
# https://github.com/SukkaW/DisqusJS
disqusjs:
shortname:
apikey:
option:

# livere (來必力)
# https://www.livere.com/
livere:
uid:

# gitalk
# https://github.com/gitalk/gitalk
gitalk:
client_id:
client_secret:
repo:
owner:
admin:
option:

# valine
# https://valine.js.org
valine:
appId: # leancloud application app id
appKey: # leancloud application app key
avatar: monsterid # gravatar style https://valine.js.org/#/avatar
serverURLs: # This configuration is suitable for domestic custom domain name users, overseas version will be automatically detected (no need to manually fill in)
bg: # valine background
visitor: false
option:

# waline - A simple comment system with backend support fork from Valine
# https://waline.js.org/
waline:
serverURL: # Waline server address url
bg: # waline background
pageview: false
option:

# utterances
# https://utteranc.es/
utterances:
repo:
# Issue Mapping: pathname/url/title/og:title
issue_term: pathname
# Theme: github-light/github-dark/github-dark-orange/icy-dark/dark-blue/photon-dark
light_theme: github-light
dark_theme: photon-dark

# Facebook Comments Plugin
# https://developers.facebook.com/docs/plugins/comments/
facebook_comments:
app_id:
user_id: # optional
pageSize: 10 # The number of comments to show
order_by: social # social/time/reverse_time
lang: zh_CN # Language en_US/zh_CN/zh_TW and so on

# Twikoo
# https://github.com/imaegoo/twikoo
twikoo:
envId:
region:
visitor: false
option:
count: true # Display comment count in post's top_img
card_post_count: true # Display comment count in Home Page

# Giscus
# https://giscus.app/
Expand All @@ -490,23 +415,8 @@ giscus:
repo_id: "MDEwOlJlcG9zaXRvcnkxNTAwNDEyMjk="
category_id: DIC_kwDOCPFyjc4CbRNu"
theme: "preferred_color_scheme"
lang: "zh-CN"
option:

# Remark42
# https://remark42.com/docs/configuration/frontend/
remark42:
host: # Your Host URL
siteId: # Your Site ID
option:

# Artalk
# https://artalk.js.org/guide/frontend/config.html
artalk:
server:
site:
visitor: false
option:
option:
data-lang: "zh-CN"

# Chat Services
# --------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# Site
title: 逍遥游
subtitle: ''
subtitle: '个人博客'
description: ''
keywords:
author: Dvoprm
language: zh-CN
timezone: ''
timezone: 'Asia/Shanghai'

# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
Expand Down Expand Up @@ -40,7 +40,7 @@ external_link:
exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: false
post_asset_folder: true
relative_link: false
future: true
highlight:
Expand Down
5 changes: 5 additions & 0 deletions scaffolds/post.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
title: {{ title }}
date: {{ date }}
updated: {{ date }}
tags:
categories:
keywords:
description:
top_img:
---
14 changes: 14 additions & 0 deletions source/_posts/HelloWorld.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: HelloWorld
date: 2023-11-29 15:08:26
updated: 2023-11-29 15:08:26
tags:
categories:
keywords:
description:
top_img:
---

# 第一篇博文

由于不是很熟悉hexo与markdown写作,所以本文主要用来测试诸多特性。
38 changes: 0 additions & 38 deletions source/_posts/hello-world.md

This file was deleted.

0 comments on commit b35c73e

Please sign in to comment.