Skip to content

Commit f23c166

Browse files
committed
content, data: update social media and home content
1 parent 8904e06 commit f23c166

File tree

7 files changed

+69
-62
lines changed

7 files changed

+69
-62
lines changed

config/_default/menus.en.toml

+31-31
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,38 @@ url = "/about"
1212
weight = 2
1313

1414
[[main]]
15-
name = "Elements"
16-
url = "/elements"
15+
name = "Blog"
16+
url = "/blog"
1717
weight = 3
1818

19-
[[main]]
20-
weight = 4
21-
name = "Pages"
19+
# [[main]]
20+
# name = "Pages"
21+
# weight = 4
2222

23-
[[main]]
24-
parent = "Pages"
25-
name = "Blog"
26-
url = "/blog"
23+
# [[main]]
24+
# parent = "Pages"
25+
# name = "Blog"
26+
# url = "/blog"
2727

28-
[[main]]
29-
parent = "Pages"
30-
name = "Contact"
31-
url = "/contact"
28+
# [[main]]
29+
# parent = "Pages"
30+
# name = "Contact"
31+
# url = "/contact"
3232

33-
[[main]]
34-
parent = "Pages"
35-
name = "Authors"
36-
url = "/authors"
33+
# [[main]]
34+
# parent = "Pages"
35+
# name = "Authors"
36+
# url = "/authors"
3737

38-
[[main]]
39-
parent = "Pages"
40-
name = "Categories"
41-
url = "/categories"
38+
# [[main]]
39+
# parent = "Pages"
40+
# name = "Categories"
41+
# url = "/categories"
4242

43-
[[main]]
44-
parent = "Pages"
45-
name = "404 Page"
46-
url = "/404"
43+
# [[main]]
44+
# parent = "Pages"
45+
# name = "404 Page"
46+
# url = "/404"
4747

4848

4949
# footer menu
@@ -53,11 +53,11 @@ url = "/about"
5353
weight = 1
5454

5555
[[footer]]
56-
name = "Elements"
57-
url = "/elements"
56+
name = "Blog"
57+
url = "/blog"
5858
weight = 2
5959

60-
[[footer]]
61-
name = "Privacy Policy"
62-
url = "/privacy-policy"
63-
weight = 3
60+
# [[footer]]
61+
# name = "Privacy Policy"
62+
# url = "/privacy-policy"
63+
# weight = 3

config/_default/params.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ preloader = "" # use jpg, png, svg or gif format.
4040
# Navigation button
4141
[navigation_button]
4242
enable = true
43-
label = "Explore"
43+
label = "Follow"
4444
link = "https://github.com/lilin90"
4545
#link = "contact"
4646

content/english/_index.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Banner
33
banner:
4-
title: "Empowering the Future with Content and Strategy — Always Learning, Always Growing"
5-
content: "Refactoring this site..."
4+
title: "Embrace Changes, Explore Possibilities, Design Futures"
5+
content: "Hi, I am Lilian Lee, a Senior Technical Writer who bridges the gap between product and users."
66
image: "/images/undraw_designer-life.svg"
77
button:
88
enable: true
@@ -13,20 +13,22 @@ banner:
1313
features:
1414
- title: "My Expertise"
1515
image: "/images/undraw_my-files_yynz.svg"
16-
content: ""
16+
content: "With deep experience in technical writing, I specialize in Docs as Code, content workflows, user experience, and docs team management."
1717
bulletpoints:
18-
- "Over 8 years of working experience in technical writing"
19-
- "2"
20-
- "3"
21-
- "4"
18+
- "Over 8 years of experience in technical writing, specializing in databases"
19+
- "Expert in Docs as Code practices, with strong GitHub and Markdown proficiency"
20+
- "Skilled in content production workflows and documentation project management"
21+
- "Improving efficiency through process optimization, using scripts and AI tools"
22+
- "Enhancing UX by incorporating feedback, data analytics, and usability testing"
23+
- "Empowering engineers via technical writing training to improve writing skills"
2224
button:
2325
enable: false
2426
label: "Get Started Now"
2527
link: "#"
2628

2729
- title: "My Side Projects"
2830
image: "/images/undraw_personal-notebook_blje.svg"
29-
content: ""
31+
content: "Alongside my main work, I actively engage in side projects that help contribute to the growth of the technical communication community."
3032
bulletpoints:
3133
- "The lilin90/awesome-technical-communication GitHub project: a curated collection of valuable resources on various aspects of technical communication"
3234
- "WeChat Subscription Account 技术传播那些事儿: sharing useful knowledge on technical communication in Chinese, with over 140 posts published"
@@ -39,12 +41,12 @@ features:
3941
image: "/images/undraw_conference_3n82.svg"
4042
content: ""
4143
bulletpoints:
42-
- "a"
43-
- "b"
44-
- "c"
45-
- "d"
44+
- "Presentation on Docs as Code pracitces at IEEE ProComm 2019"
45+
- "Talk on the use of ChatGPT in technical communication at tcworld China 2023"
46+
- "Multiple talks on the GitHub+Markdown documentation solution at meetups"
47+
- "Peer review of the UX assessment specifications for technical documentation"
4648
button:
47-
enable: false
48-
label: ""
49-
link: ""
49+
enable: true
50+
label: "Learn more"
51+
link: "http://localhost:1313/blog/debuting-at-ieee-procomm-2019/"
5052
---

content/english/about/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ image: "https://res.cloudinary.com/lilian-photos/image/upload/v1691127619/cover/
66
draft: false
77
---
88

9-
I'm a Senior Technical Writer based in Beijing, China. More info is coming...
9+
I'm a Senior Technical Writer based in Beijing, China.

content/english/pages/elements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta_title: ""
55
# meta description
66
description: "This is meta description"
77
# save as draft
8-
draft: false
8+
draft: true
99
---
1010

1111
{{< toc >}}

content/english/pages/privacy-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta_title: ""
55
# meta description
66
description: "This is meta description"
77
# save as draft
8-
draft: false
8+
draft: true
99
---
1010

1111
#### Responsibility of Contributors

data/social.json

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
{
22
"main": [
33
{
4-
"name": "facebook",
5-
"icon": "fab fa-facebook",
6-
"link": "https://www.facebook.com/"
4+
"name": "github",
5+
"icon": "fab fa-github",
6+
"link": "https://github.com/lilin90"
77
},
88
{
9-
"name": "twitter",
10-
"icon": "fab fa-twitter",
11-
"link": "https://twitter.com/"
9+
"name": "linkedin",
10+
"icon": "fab fa-linkedin-in",
11+
"link": "https://www.linkedin.com/in/lilian-lee-54305777"
1212
},
1313
{
14-
"name": "github",
15-
"icon": "fab fa-github",
16-
"link": "https://www.github.com/"
14+
"name": "zhihu",
15+
"icon": "fab fa-zhihu",
16+
"link": "https://www.zhihu.com/people/liliansd"
1717
},
1818
{
19-
"name": "linkedin",
20-
"icon": "fab fa-linkedin",
21-
"link": "https://www.linkedin.com/"
19+
"name": "x",
20+
"icon": "fab fa-x-twitter",
21+
"link": "https://x.com/lilianlee90"
22+
},
23+
{
24+
"name": "facebook",
25+
"icon": "fab fa-facebook-f",
26+
"link": "https://www.facebook.com/lilian.lee.50596013"
2227
}
2328
]
2429
}

0 commit comments

Comments
 (0)