1 Star 1 Fork 0

lmm/简历自动生成

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_config.yml 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
tjlzw 提交于 2021-02-15 22:24 . Initial commit
title: 简历模板
#baseurl: "" # default set by github
querytime: true #在头像,js和css等后加上时间戳防止缓存,false关闭
manifest: '' # html5离线缓存配置文件名,默认关闭
#打印样式设置
subject-width: 20% #左边栏宽度
print:
# 打印样式模板,
# 空不设置打印样式,模板变量无效
# basic:网页基本一致,
# flex: 侧栏密集排版,
# block:无侧栏
template: 'basic'
#字体大小
fontsize: 12px
#页面边距设置,3~5mm为佳[不建议修改]
page-margin: '6mm 5mm 3mm' #上,右(无同上),下(无同上),左(无同右)
#也顶部(姓名栏目)边距偏移
header-padding: '8mm 0 3mm'
#每块设置(对应main里面每一条)
section:
margin: '3px auto 0' #边距
padding: '3px 0' #内部偏移
width: '80%' #内容宽度 basic无效
# content每一条边距设置
block-margin: 4px 0
#打印版页脚设置
footer:
top: 5px #上边距
height: 50px #高度
exclude:
- LICENSE
- README.md
- .gitignore
#额外js脚本
# scripts:
# - src: "assets/js/ie.js"
# defer: defer
timezone: '+0800'
# Compress html 压缩HTML
compress_html:
#去除空格
clippings: [html, head, title, base, link, meta, style, script, body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, address, p, hr, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, main, div, table, caption, colgroup, col, tbody, thead, tfoot, tr, td, th, a, span, i, svg, summary, details, code,'!--[if lte IE 9]','![endif]--']
#去除注释
# comments: all
#css 合并压缩css
sass:
style: compressed
sass_dir: _sass
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lizhiwei6011/l121.git
git@gitee.com:lizhiwei6011/l121.git
lizhiwei6011
l121
简历自动生成
gh-pages

搜索帮助