Skip to content

Commit acc90a6

Browse files
committed
更新
1 parent 1df5710 commit acc90a6

23 files changed

+1122
-1776
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 20

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
Thumbs.db
3+
db.json
4+
*.log
5+
node_modules/
6+
public/
7+
.deploy*/
8+
_multiconfig.yml

_config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## Source: https://github.com/hexojs/hexo/
44

55
# Site
6-
title: 橡胶童话
7-
subtitle: '探求投资交易的秘诀'
6+
title: Hexo
7+
subtitle: ''
88
description: ''
99
keywords:
10-
author: 童长征
11-
language: cn
12-
timezone: Asia/Shanghai
10+
author: John Doe
11+
language: en
12+
timezone: ''
1313

1414
# URL
1515
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'

db.json

+1-1
Large diffs are not rendered by default.

index.html

-297
This file was deleted.

0 commit comments

Comments
 (0)