• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

blmoore/md-cv: markdown cv / résumé built with jekyll

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

blmoore/md-cv

开源软件地址(OpenSource Url):

https://github.com/blmoore/md-cv

开源编程语言(OpenSource Language):

CSS 87.4%

开源软件介绍(OpenSource Introduction):

md-cv

A jekyll-based markdown CV, which currently looks something like this, see this blog post for details. Forked from the (great) markdown CV of elipapa.

How to use

To build, clone the repo and run jekyll:

git clone git://github.com/blmoore/md-cv
cd md-cv/
jekyll serve

(You may need to install jekyll.)

Then point your browser to 0.0.0.0:4000.

HTML version

The HTML version is generated by Jekyll under _site using media/cv-screen.css. Most changes from the original repo are artificial:

  • fixed horizontal scrolling issue caused by lots of funky CSS positioning (lots of left etc.)
  • messed with colours, fonts
  • now imports font-awesome icons and Open sans
  • moved ul into 3-col layout (iirc following another markdown cv I tried)

PDF version

Note the separate CSS for print and screen media (see media/cv-print.css), my approach was to build a somewhat "jazzy" html version and a toned-down print version (for PDF). My changes introduce CSS3 columns in some sections which currently don't print to PDF under the blink/webkit engines (as of March 2015), so to print properly I suggest firefox.

Another problem with the PDF is pagebreaks, they're often not handled gracefully so I've added one in explicitly. Say you want a pagebreak before the section titled "education" (h2 text is set to id so use unique section headers!), the print media CSS would be:

#education {
	page-break-before: always;
}



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
rigwild/apidoc-markdown: 发布时间:2022-08-18
下一篇:
marcoarment/secondcrack: A static-file Markdown blogging engine.发布时间:2022-08-18
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap