文件名称:resume:我的简历,用普通的 HTML 和 CSS 编写,通过 wkhtmltopdf 生成 PDF
文件大小:366KB
文件格式:ZIP
更新时间:2024-06-18 10:03:06
HTML
恢复 我的简历是用普通的 HTML 和 CSS 编写的,通过生成 PDF。 在在线查看 部署方式 该站点托管在。 每当提交被推送到 GitHub 上的master分支时,就会在 Netlify 上触发一个新的构建,这将重新生成 PDF。 本地建筑 确保安装了wkhtmltopdf : [macOS] brew cask install wkhtmltopdf [Debian-based] sudo apt-get install wkhtmltopdf 使用以下命令生成 PDF: make 要在文件更改时自动生成 PDF,请按照以下说明进行操作。 请注意,这仅是macOS,默认情况下会设置为使用Google Chrome浏览器,尽管我确定在其他环境中也可以使用类似的策略。 使用make生成 PDF。 在 Google Chrome 中打开生成的 PDF。 运行make w
【文件预览】:
resume-master
----fonts()
--------Merriweather()
--------Open_Sans()
--------print.css(305B)
----.gitignore(54B)
----Makefile(438B)
----LICENSE(20KB)
----public()
--------style.css(4KB)
--------index.html(8KB)
--------favicon.ico(15KB)
--------favicon()
----README.md(1KB)
----netlify.toml(94B)