Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe1bac3

Browse files
committed
Merge branch 'master' into hexo
2 parents3155773 +a1a9208 commitfe1bac3

File tree

7 files changed

+22
-1914
lines changed

7 files changed

+22
-1914
lines changed

‎.travis.yml‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
sudo:false
2+
language:node_js
3+
node_js:
4+
-10# use nodejs v10 LTS
5+
cache:npm
6+
branches:
7+
only:
8+
-hexo# build hexo branch only
9+
script:
10+
-hexo generate# generate static files
11+
deploy:
12+
provider:pages
13+
skip-cleanup:true
14+
github-token:$GH_TOKEN
15+
keep-history:true
16+
on:
17+
branch:master
18+
all_branches:true# solve a permission problem
19+
target_branch:master
20+
local-dir:public

‎_config.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ timezone: ''
1515
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
1616
url:https://coderhaotf.github.io
1717
root:/
18-
permalink::year/:month/:day/:title/
18+
permalink:article/:year/:month/:day/:title.html
1919
permalink_defaults:
2020
pretty_urls:
2121
trailing_index:true# Set to false to remove trailing 'index.html' from permalinks

‎source/_posts/webpack深入与实战-摘要.md‎

Lines changed: 0 additions & 30 deletions
This file was deleted.

‎source/_posts/快速启动本地服务器.md‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎source/_posts/面试经典问题汇总-1.md‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp