diff --git a/config.yml b/config.yml index bdb329d..8a86dec 100644 --- a/config.yml +++ b/config.yml @@ -37,6 +37,9 @@ languages: series: series menu: main: + - name: 我的简历 + url: aboutme/ + weight: 3 - name: 记录点滴 url: article/ weight: 5 @@ -98,6 +101,8 @@ params: # imageWidth: 120 # imageHeight: 120 buttons: + - name: + url: aboutme - name: ✎ url: article - name: π diff --git a/content/aboutme/_index.md b/content/aboutme/_index.md new file mode 100644 index 0000000..f86be36 --- /dev/null +++ b/content/aboutme/_index.md @@ -0,0 +1,6 @@ + diff --git a/content/aboutme/cv.pdf b/content/aboutme/cv.pdf new file mode 100644 index 0000000..d7d1a1a Binary files /dev/null and b/content/aboutme/cv.pdf differ