|
2 | 2 | LapisCV
|
3 | 3 | </h1>
|
4 | 4 | <p align="center">
|
5 |
| - 📃 开箱即用的 Obsidian / Typora / VSCode 简历 |
| 5 | + 📃 开箱即用的 Markdown 简历,支持 VSCode / Obsidian / Typora |
6 | 6 | </p>
|
7 | 7 | <div align="center">
|
8 |
| - <img alt="Release" src="https://img.shields.io/github/v/release/BingyanStudio/LapisCV?style=flat-square"> |
| 8 | + <img alt="Release" src="https://img.shields.io/github/v/release/BingyanStudio/LapisCV?style=flat-square&color=1694b6"> |
9 | 9 |
|
10 |
| - <img alt="Stars" src="https://img.shields.io/github/stars/BingyanStudio/LapisCV?style=flat-square"> |
| 10 | + <img alt="Stars" src="https://img.shields.io/github/stars/BingyanStudio/LapisCV?style=flat-square&color=2f86d2"> |
11 | 11 |
|
12 |
| - <img alt="Downloads" src="https://img.shields.io/github/downloads/BingyanStudio/LapisCV/total?style=flat-square&color=007ec7"> |
| 12 | + <img alt="Downloads" src="https://img.shields.io/github/downloads/BingyanStudio/LapisCV/total?style=flat-square&color=5e76c3"> |
13 | 13 | </div><br>
|
14 | 14 |
|
15 | 15 | 基于 Markdown 格式,易于编辑,所见即所得。风格简洁正式,支持多页,适用于大部分求职 / 求学场景。
|
16 | 16 |
|
17 | 17 | ### 预览
|
18 | 18 |
|
19 |
| -- Obsidian / Typora 编辑页 |
| 19 | +- 编辑页 |
20 | 20 |
|
21 | 21 | <div align="center">
|
22 | 22 | <div>
|
23 | 23 | <img src=".assets/screenshot-obsidian.png" width="90%" />
|
24 |
| -<img src=".assets/screenshot.png" width="90%" /> |
25 | 24 | </div>
|
26 | 25 | </div>
|
27 | 26 |
|
|
34 | 33 |
|
35 | 34 | ### 安装与使用
|
36 | 35 |
|
37 |
| -#### Obsidian |
38 |
| - |
39 |
| -下载 [Release](https://github.com/BingyanStudio/LapisCV/releases/latest),将 `lapis-cv-obsidian` 目录作为 Vault 在 Obsidian 打开,编辑 template 并导出 PDF 文件即可。 |
40 |
| - |
41 | 36 | #### Typora
|
42 | 37 |
|
43 | 38 | 1. 下载 [Release](https://github.com/BingyanStudio/LapisCV/releases/latest),设置 Lapis Cv 作为主题:
|
|
50 | 45 |
|
51 | 46 | #### VSCode
|
52 | 47 |
|
53 |
| -1. 下载 [Release](https://github.com/BingyanStudio/LapisCV/releases/latest) 并解压至某一文件夹。 |
| 48 | +1. 下载 [Release](https://github.com/BingyanStudio/LapisCV/releases/latest) 并解压。 |
54 | 49 | 2. 在 VSCode 中打开该文件夹,并安装插件 [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf)。
|
55 |
| -3. 打开模版文件 [template.md](vscode/template.md) 进行内容编辑,右键选择 Markdown PDF - Export (pdf) 即可导出 PDF 文件。 |
| 50 | +3. 打开模版文件 [template.md](vscode/template.md) 进行内容编辑,右上角点击 Open Preview 图标可进行实时预览。右键选择 Markdown PDF - Export (pdf) 即可导出 PDF 文件。 |
56 | 51 |
|
57 | 52 | 需要注意,VSCode 中安装的其他插件可能会影响预览显示效果,若预览效果与生成 PDF 中效果不一致,请检查是否有插件影响。
|
58 | 53 |
|
| 54 | +#### Obsidian |
| 55 | + |
| 56 | +下载 [Release](https://github.com/BingyanStudio/LapisCV/releases/latest),将 `lapis-cv-obsidian` 目录作为 Vault 在 Obsidian 打开,编辑 template 并导出 PDF 文件即可。 |
| 57 | + |
59 | 58 | ### 格式
|
60 | 59 |
|
61 | 60 | - 一级标题:姓名块
|
|
72 | 71 |
|
73 | 72 | 支持自定义样式,便于适配不同体量的单页内容 & 根据喜好调整样式细节。
|
74 | 73 |
|
75 |
| -#### Obsidian |
76 |
| - |
77 |
| -可在 设置 - 外观 中快速更换主题色与字体,其他样式在 `.obsidian/themes/lapis-cv.css` 修改。 |
78 |
| - |
79 | 74 | #### Typora
|
80 | 75 |
|
81 | 76 | 修改主题文件夹中的 `lapis-cv.css` 并重启 Typora。
|
|
118 | 113 |
|
119 | 114 | 修改 `lapis-cv.css` 即可。具体样式可参考上述 Typora 部分。
|
120 | 115 |
|
121 |
| -但页边距需要在 VSCode 设置中修改: |
| 116 | +其中页边距需要在 VSCode 设置中修改: |
122 | 117 |
|
123 | 118 | - 直接修改 .vscode/settings.json 文件中的 markdown-pdf.margin 相关项。
|
124 | 119 |
|
|
127 | 122 | 1. 打开 VSCode 设置,选中 Workspace 标签页。
|
128 | 123 | 2. 搜索 Markdown-pdf › Margin,并修改四边边距。
|
129 | 124 |
|
130 |
| -无需重启 VSCode,重新生成 PDF 即可生效。 |
| 125 | +无需重启 VSCode,重新生成 PDF 即可生效。 |
| 126 | + |
| 127 | +#### Obsidian |
| 128 | + |
| 129 | +可在 设置 - 外观 中快速更换主题色与字体,其他样式在 `.obsidian/themes/lapis-cv.css` 修改,具体样式可参考上述 Typora 部分。 |
0 commit comments