Skip to content

Commit 07528b4

Browse files
committed
clean up to use
1 parent 64a2eb6 commit 07528b4

23 files changed

+176
-667
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
description: "你来到了没有知识的荒原 :("
4-
header-img: "img/404-bg.jpg"
4+
header-img: "img/shield.jpg"
55
permalink: /404.html
66
---
77

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1-
# HuxBlog Boilerplate
1+
# Blog of wepiaoFEI
22

3-
##### This is the boilerplate of [Hux Blog](https://github.com/Huxpro/huxpro.github.io), all documents is over there!
3+
### 微票前端基础工程部博客
44

5-
#### [View Boilerplate →](http://huangxuan.me/huxblog-boilerplate/)
5+
> Frontend Infrastrcuture Team @wepiao
66
7-
#### [View Live Hux Blog →](http://huangxuan.me)
7+
### Get Started
88

9-
## If you like Hux Blog, Please star [huxpro.github.io repo](https://github.com/Huxpro/huxpro.github.io) instead of this! Thank you!
9+
normal serve:
10+
11+
```bash
12+
$ jekyll serve
13+
```
14+
15+
serve and watch:
16+
17+
```bash
18+
$ npm run watch
19+
```
20+
21+
### Document
22+
23+
This blog is fork from [Hux Blog](https://github.com/Huxpro/huxpro.github.io), click to check out all documents.
24+
25+
26+
### TODO
27+
28+
- Update About-Page
29+
- Theming
30+
- Post, post, post...
31+
32+
33+
### Team
34+
35+
> Todo...

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Site settings
22
title: 前端神盾局
3-
SEOTitle: 你的博客 | Your Blog
3+
SEOTitle: 前端神盾局 | wepiaoFEI
44
header-img: img/shield.jpg
55
66
description: ""
77
keyword: ""
8-
url: "http://huangxuan.me" # your host, for absolute URL
8+
url: "http://wepiaoFEI.github.io" # your host, for absolute URL
99
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
1010

1111

1212

1313
# SNS settings
1414
RSS: false
15-
weibo_username: huxpro
16-
zhihu_username: huxpro
17-
github_username: huxpro
15+
#weibo_username: huxpro
16+
#zhihu_username: huxpro
17+
github_username: wepiaoFEI
1818
#twitter_username: huxpro
19-
facebook_username: huxpro
19+
#facebook_username: huxpro
2020

2121

2222

@@ -55,7 +55,7 @@ duoshuo_share: true # set to false if you want to use Commen
5555
ba_track_id: 4cc1f2d8f3067386cc5cdb626a202900
5656
# Google Analytics
5757
ga_track_id: 'UA-49627206-1' # Format: UA-xxxxxx-xx
58-
ga_domain: huangxuan.me
58+
ga_domain: wepiaoFEI.github.io
5959

6060

6161

_posts/2014-01-29-hello-2015.markdown

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

_posts/2015-04-14-unix-linux-note.markdown

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

0 commit comments

Comments
 (0)