File tree Expand file tree Collapse file tree 6 files changed +126
-155
lines changed Expand file tree Collapse file tree 6 files changed +126
-155
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2- /.obsidian
2+ /.obsidian
3+ plugins
4+ core-plugins.json
5+ community-plugins.json
6+ core-plugins-migration.json
7+ workspace.json
Original file line number Diff line number Diff line change 44<p align =" center " >
55 📃 开箱即用的 Obsidian / Typora 简历
66</p >
7+
8+ 基于 Markdown 格式,易于编辑,所见即所得。风格简洁正式,适用于大部分求职求学场景。
9+
710### 预览
811
9- ![ Screenshot ] ( .assets/screenshot.png )
12+ - Obsidian / Typora 编辑页
1013
11- <div align =" center " >Typora</div >
14+ <div align =" center " >
15+ <div >
16+ <img src =" .assets/screenshot-obsidian.png " width =" 90% " />
17+ <img src =" .assets/screenshot.png " width =" 90% " />
18+ </div >
19+ </div >
1220
13- - [ PDF样例] ( .assets/preview.pdf )
14- - 基于 Markdown 格式,适配 Obsidian / Typora,易于编辑,所见即所得
15- - 风格简洁正式,适用于大部分求职 / 求学场景
21+ <details >
22+ <summary ><a href =" .assets/preview.pdf " >PDF样例</a ></summary >
23+ <br >
24+ <div align =" center " >
25+ <img width =" 100% " alt =" Screenshot " src =" .assets/preview.png " >
26+ </div >
27+ </details >
1628
1729### 安装与使用
1830
1931#### Obsidian
2032
21- 下载 Release,将本仓库中的 obsidian 目录作为仓库在 Obsidian 打开即可
33+ 下载 Release,将 ` lapis-cv- obsidian` 目录作为仓库在 Obsidian 打开,编辑 template.md 并导出 PDF 文件即可。
2234
2335#### Typora
2436
25- 1 . 下载 Release,设置 Lapis Resume 作为主题(将 lapis-resume .css 与 lapis-resume 目录放入主题文件夹)
37+ 1 . 下载 Release,设置 Lapis CV 作为主题(将 lapis-cv .css 与 lapis-cv 目录放入主题文件夹并重启 Typora)。
2638
27- 2 . 打开模版文件 [ template.md] ( typora/template.md ) 进行内容编辑,文件 - 导出 - PDF 即可导出 PDF 格式简历文件 。
39+ 2 . 打开模版文件 [ template.md] ( typora/template.md ) 进行内容编辑,文件 - 导出 - PDF 即可导出 PDF 文件 。
2840
2941### 格式
3042
3749
3850### 自定义样式
3951
40- 支持自定义样式,便于适配不同体量的单页内容 & 根据喜好调整样式细节
52+ 支持自定义样式,便于适配不同体量的单页内容 & 根据喜好调整样式细节。
53+
54+ #### Obsidian
55+
56+ 可在 设置 - 外观 中快速更换主题色与字体,自定义 CSS 样式在 ` .obsidian/themes/lapis-cv.css ` 修改。
4157
4258#### Typora
4359
44- 修改 ` lapis-cv.css ` 代码文件开头的 ` Custom Config ` 块对应值并重启 Typora 即可
60+ 修改主题文件夹中的 ` lapis-cv.css ` 并重启 Typora。
61+
62+ 部分自定义变量含义如下:
4563
4664``` css
65+ /* Custom Config */
66+
4767:root {
4868 --text-size : 10pt ; // 文本字体大小
4969 --line-height : 1.8 ; // 文本行高
7292 }
7393}
7494```
75-
76- #### Obsidian
77-
78- // TODO
You can’t perform that action at this time.
0 commit comments