当前位置: 首页 > 软件库 > Web应用开发 > >

markdown-cv

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 皇甫学海
操作系统 未知
开源组织
适用人群 未知
 软件概览

markdown-cv

A curriculum vitae maintained in plain text and rendered to HTML and PDF using CSS.

For more details, see the project page, or the blog post on why I switched to markdown for my CV.


Customization

Simply fork the markdown-cv repo

and edit the index.md file directly in Github

adding your skills, jobs and education.

Distribution

To transform your plain text CV into a beautiful and shareable HTML page, you have two options:

I. Use Github Pages to publish it online

  1. Delete the existing gh-pages branch from your fork. It will only contain this webpage. You can either use git or the Github web interface.
  2. Create a new branch called gh-pages.
  3. Head to yourusername.github.io/markdown-cv to see your CV live.

Any change you want to make to your CV from then on would have to be done on the gh-pages branch and will be immediately rendered by Github Pages.

II. Build it locally and print a PDF

  1. To install jekyll, run gem install bundler jekyll from the command line.
  2. Clone your fork of markdown-cv to your local machine.
  3. Type jekyll serve to render your CV at http://localhost:4000.
  4. You can edit the index.md file and see the changes live in your browser.
  5. To print a PDF, press + p. Print and web CSS media queries should take care of the styling.

Styling

The included CSS will render your CV in two styles:s

  1. kjhealy the original default, inspired by kjhealy's vitatemplate.
  2. davewhipp is a tweaked version of kjhealy, with bigger fonts and datesright aligned.

To change the default style, simply change the variable in the_config.yml file.

Any other styling is possible. More CSS style contributions and forks are welcome!

Author

Eliseo Papa (Twitter/Github/Website).

Eliseo Papa

License

MIT License

  • 前言 本篇博客介绍计算机视觉(CV)方向检索和阅读论文的一些经验。内容包含顶会顶刊介绍、检索论文、阅读经验、论文写作。 顶会顶刊介绍 若想更加详细的了解,可以参考 CCF推荐会议/期刊目录,本文仅从以下2个领域对常见的顶会顶刊进行总结: 计算机图形学与多媒体 人工智能 顶级会议 A类 CVPR: International Conference on Computer Vision and Pat

  • vs2015出错原因 错误: x00007FFF9C093B29 处(位于 Project4.exe 中)有未经处理的异常: Microsoft C++ 异常: cv::Exception,位于内存位置 0x000000CB5E0FED00 处。 解决方法: 可能原因: 1.图像像素在高度或宽度超过了计算机的屏幕分辨率,计算机的分辨率一般为1920*1080。 2.数值溢出,如二维数组行列值搞错了

  • 第一次用Markdown写文章,打算把Markdown的常用用法用Markdown简单地写出来~ 先用个这个符号玩一下Ready Go! 符号 含义 # 标题 ` ` 红色字体白色阴影 例: e.x. * * 斜体强调 ** ** 加粗 == == 黄色标记(btw.不好看) ~~ ~~ 删除线 > 引用文本 ~ ~ 下标 ^ ^ 上标 ^ 注脚(需要另起一行来进行配套)如[^1]: [e.x.]

  • 使用Markdown进行计划安排(打钩) 前言 在刚刚结束的实习中获得了一个经验——每天的计划最好都要明确地列出来,这样才不会遗漏事情,并且能够提高效率。 因此,在这里主要介绍一个Markdown计划安排的小技巧,也就是如何打出打钩的格式(如下): 打钩的格式 实现方式 在你的markdown文件里打出: "- [ ] " 需要注意的是,没有双引号,是’-’ + ‘空格’ + ‘[’ + ‘空格’

  • 1、DIGIT有数字有手指的意思 2、结绳记事 3、算筹 4、算盘 5、计算尺 6、帕斯卡加法器 7、二进制 8、提花编织机 1725法国纺织机械师布乔发明了“穿孔纸带”的构想。布乔想出了一个“穿孔纸带”的绝妙主意。布乔首先设法用一排编织针控制所有的经线运动,然后取来一卷纸 带,根据图案打出一排排小孔,并把它压在编织针上。启动机器后,正对着小孔的编织针能穿过去钩起经线,其它则被纸带挡住不动。于是,

  • 把Markdown转成JupyterNotebook,一般情况下很少用到。偶尔要用时,又一时想不起链接在哪。所以这里记录一下。 之所以附带上《动手学深度学习》这本书(http://zh.d2l.ai/index.html),是因为里面的教程都是markdown写的,可以做为例子练练手,很好地转换成JupyterNotebook格式,为此,李沐还专门改写了一个对中文支持更好的版本notedown,

 相关资料
  • GitBook 預設使用 Markdown 標記語法。 本章內容僅快速呈現 Markdown 的基本語法與呈現,若需要更詳細的解說,英文資源可以看看發明人的說明: John Gruber's original spec 以及 GitHub 的擴充版 Github-flavored Markdown info page。Markdown.tw 有不錯的中文詳解;想看看俗稱 GFM - GitHub

  • 更改历史 * 2017-11-17 高天阳 标准化文档内容 * 2017-09-08 高天阳 初始化文档 1 历史、现状和发展 Markdown 是一个 Web 上使用的文本到HTML的转换工具,可以通过简单、易读易写的文本格式生成结构化的HTML文档。 Markdown 的目标是实现「易读易写」。 Markdown具有一系列衍生版本,用于扩展Markdown的功能(如

  • markdown 在模板中插入Markdown代码。使用{{# markdown}}Helper很简单: <div class="my-div"> {{#markdown}} # My heading Some paragraph text {{/markdown}} </div> 确保你的markdown缩进正确。

  • Markdown 是一个 Web 上使用的文本到HTML的转换工具,可以通过简单、易读易写的文本格式生成结构化的HTML文档。目前 Stackoverflow 网站使用这种格式来提问。 一个文本实例: ### Header 3 > This is a blockquote. > > This is the second paragraph in the blockquote. > > ## Thi

  • 来源:Markdown+Pandoc,打通写作界的任督二脉! Markdown+Pandoc,可以把自己的写作内容,变成世界上已有的任何格式的文件,包括很炫的slide,html5。没有人(或者我没看到)总结过这些内容,导致我走了很多弯路才最终打通任督二脉,特此纪念。 了解Markdwon以后,我的写作世界,只有它;看到Pandoc格式转换以后,对生成的slide和pdf羡慕的不行。那时,自己期望

  • 来源:Markdown写作浅谈 科技写作与Markdown+R 科技写作会碰到什么难题? 如果你是纯文科生,写的都是豆瓣小酸文或者诗歌之类的,那么,看完上面这一部分就可以打住了。如果你还有写科技论文的需要,则继续往下看。 科技写作与文艺写作的不同主要有: 公式与图表:相信各位写过科学论文的,都会为数学公式与各类图表的输出头疼不已; 格式转换:pdf是通用的,但是有时偏偏需要LaTeX原始格式或者W