Skip to content

Commit 4f914fe

Browse files
committed
refactor
1 parent bacce61 commit 4f914fe

File tree

365 files changed

+43816
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+43816
-14
lines changed

README-1.md

+33

README.md

+15-14

archetypes/default.md

+6

config.toml

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
baseURL = "http://vonzhou.com"
2+
languageCode = "en-us"
3+
title = "编程之路"
4+
theme = "LeaveIt"
5+
6+
paginate = 12
7+
enableEmoji = true
8+
enableRobotsTXT = true
9+
googleAnalytics = ""
10+
11+
preserveTaxonomyNames = true
12+
13+
[blackfriday]
14+
hrefTargetBlank = true
15+
nofollowLinks = true
16+
noreferrerLinks = true
17+
18+
[Permalinks]
19+
posts = "/:year/:filename/"
20+
21+
[menu]
22+
[[menu.main]]
23+
name = "博客"
24+
url = "/posts/"
25+
weight = 1
26+
27+
[[menu.main]]
28+
name = "读书"
29+
url = "https://github.com/vonzhou/readings"
30+
weight = 2
31+
32+
[[menu.main]]
33+
name = "分类"
34+
url = "/categories/"
35+
weight = 3
36+
37+
[[menu.main]]
38+
name = "标签"
39+
url = "/tags/"
40+
weight = 4
41+
42+
[[menu.main]]
43+
name = "关于"
44+
url = "/about/"
45+
weight = 5
46+
47+
[[menu.main]]
48+
name = "留言"
49+
url = "https://github.com/vonzhou/hugo-blog/issues"
50+
weight = 6
51+
52+
53+
[params]
54+
since = 2011
55+
author = "vonzhou" # Author's name
56+
avatar = "/images/avatar.jpg" # Author's avatar
57+
subtitle = "此去经年,应是良辰好景虚设。便纵有千种风情,更与何人说?" # Subtitle
58+
cdn_url = "" # Base CDN URL
59+
home_mode = "" # post or other
60+
61+
google_verification = ""
62+
63+
description = "" # site description
64+
keywords = "" # site keywords
65+
66+
beian = ""
67+
baiduAnalytics = ""
68+
69+
license= ''
70+
71+
[params.social]
72+
GitHub = "vonzhou"
73+
74+

content/about.md

+9

content/images/RocketMQ-CommitLog.jpg

24.3 KB

content/images/RocketMQ-arch.jpg

16.9 KB
57.6 KB
26.4 KB
50.7 KB
43.4 KB

content/images/avatar.jpg

30.6 KB
33.2 KB
41.6 KB
31.8 KB
8.84 KB
34.3 KB
35.7 KB
63.6 KB

content/images/enum.png

6.96 KB

content/images/gc-collectors.jpg

46.3 KB

content/images/innodb-row-lock-1.jpg

82.1 KB

content/images/innodb-row-lock-2.jpg

97.5 KB

content/images/innodb-row-lock-3.jpg

94.4 KB

content/images/integercache-1.jpg

101 KB

content/images/java-condition-1.jpg

31 KB

content/images/java-condition-2.png

44.2 KB

content/images/java-condition-3.jpg

118 KB

content/images/java-condition-4.jpg

29.9 KB

content/images/jedis-pool-get.jpg

46.4 KB
2.31 MB
65.4 KB
43.5 KB
26.7 KB
87.5 KB
100 KB
110 KB
17.3 KB

content/images/nginx-temp-file-1.png

119 KB

content/images/nginx-temp-file-2.png

52.7 KB

content/images/redis-expire-1.jpg

68 KB

content/images/redis-expire-2.jpg

314 KB

content/images/redis-expire-3.jpg

37.8 KB
172 KB
248 KB
51.8 KB
65.9 KB
55.6 KB
30.9 KB
110 KB

content/posts/2015-read-book.md

+94

content/posts/2016-read-book.md

+83

0 commit comments

Comments
 (0)