Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from source #125

Open
wants to merge 46 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
f7404f0
begin to turn it into an anonymous repo
elipapa May 6, 2013
1e0a8fd
committing on master to regenerate that branch locally
elipapa May 7, 2013
313fe94
removed personal pdf from this branch
elipapa May 7, 2013
a376c4f
finished anonymizing now that the branches are cleaned up again
elipapa May 7, 2013
344b238
readme update with the project page
elipapa Nov 17, 2014
69f74f0
updated css files from the personal branch
elipapa Nov 17, 2014
0b75357
fix anchor tag
blmoore Mar 26, 2015
53df3dd
Update index.md
elipapa Jan 15, 2017
0ffa235
Update index.md
elipapa Jan 15, 2017
7d53e69
Update index.md
elipapa Jan 15, 2017
ea13293
Merge pull request #1 from blmoore/patch-1
elipapa Jan 15, 2017
69ee2d0
mit license
elipapa Jan 16, 2017
a4530f8
Update README.md
elipapa Jan 16, 2017
9c53979
[FIX] Fixed problem in printable version where headers were moving up…
Nov 30, 2017
67145fb
Merge pull request #13 from bitsapien/master
elipapa Feb 19, 2018
639cc90
allow for multiple styles, using github names
elipapa Jun 14, 2018
465dc8a
add davewhipp style
elipapa Jun 14, 2018
abe792c
add some docs
elipapa Jun 14, 2018
45b1488
sass cache persists for solo theme
elipapa Jun 14, 2018
0678ef9
upload print
elipapa Jun 14, 2018
545335e
add ability to choose multiple styles
elipapa Jun 14, 2018
421d1f4
README cleanup including updated command for installing jekyll
zpeterson Apr 26, 2019
5c39feb
Merge pull request #21 from zpeterson/update-jekyll-cmd
elipapa Jan 5, 2020
0eb3330
Update _config.yml
altakis Oct 28, 2020
404f53e
220315 - update
altakis Mar 15, 2022
c900a3a
Update index.md
altakis Mar 15, 2022
8963703
Update index.md
altakis Mar 15, 2022
b35db2b
Update index.md
altakis Mar 15, 2022
c635dc9
Update index.md
altakis Mar 15, 2022
3105813
Update index.md
altakis Mar 19, 2022
864bbf1
220319 - update
altakis Mar 19, 2022
23e37fd
Update index.md
altakis Mar 19, 2022
3816671
Update index.md
altakis Mar 19, 2022
6e3176e
Update index.md
altakis Mar 19, 2022
a523830
Update index.md
altakis Mar 19, 2022
9139a1e
Update index.md
altakis May 4, 2024
b1ae135
Update index.md
altakis May 4, 2024
13998e7
Update index.md
altakis May 4, 2024
3dc7a71
Update index.md
altakis May 4, 2024
58aa2ca
Added MS Certificate links
altakis May 5, 2024
9b39fa2
Update index.md
altakis May 24, 2024
6f72f86
Update index.md
altakis May 26, 2024
6315aa1
Update 241129
altakis Nov 30, 2024
08b252b
Update index.md
altakis Nov 30, 2024
75a6ddb
Update index.md
altakis Nov 30, 2024
6bbeb0d
Update index.md
altakis Nov 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_site/
_site/
.sass-cache/
Binary file removed Eliseo Papa's CV _ CV.pdf
Binary file not shown.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Eliseo Papa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
67 changes: 64 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
markdown-cv
===========
# markdown-cv

eliseopapa's curriculum vitae maintained in plain text and rendered to html and pdf using CSS
A curriculum vitae maintained in plain text and rendered to HTML and PDF using CSS.

For more details, see the [project page](http://elipapa.github.io/markdown-cv), or the blog post on [why I switched to markdown for my CV](http://elipapa.github.io/blog/why-i-switched-to-markdown-for-my-cv.html).

***

## Customization

Simply [fork the markdown-cv repo](https://github.com/elipapa/markdown-cv)

![](https://help.github.com/assets/images/help/repository/fork_button.jpg)

and edit the `index.md` file [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/)

![](https://help.github.com/assets/images/help/repository/edit-file-edit-button.png)

adding your skills, jobs and education.

![](https://help.github.com/assets/images/help/repository/edit-readme-light.png)

## 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](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/#deleting-a-branch).
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](https://jekyllrb.com/docs/installation/), run `gem install bundler jekyll` from the command line.
3. [Clone](https://help.github.com/en/articles/cloning-a-repository) 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 <kbd>⌘</kbd> + <kbd>p</kbd>. 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 vita
template](https://github.com/kjhealy/kjh-vita).
2. `davewhipp` is a tweaked version of `kjhealy`, with bigger fonts and dates
right 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](http://twitter.com/elipapa)/[Github](http://github.com/elipapa)/[Website](https://elipapa.github.io)).

![Eliseo Papa](https://s.gravatar.com/avatar/eae1f0c01afda2bed9ce9cb88f6873f6?s=100)

### License

[MIT License](https://github.com/elipapa/markdown-cv/blob/master/LICENSE)
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
markdown: kramdown
markdown: kramdown
style: davewhipp
4 changes: 2 additions & 2 deletions _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset=utf-8 />
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title>
<link href="media/cv-screen.css" type="text/css" rel="stylesheet" media="screen">
<link href="media/cv-print.css" type="text/css" rel="stylesheet" media="print">
<link href="media/{{ site.style }}-screen.css" type="text/css" rel="stylesheet" media="screen">
<link href="media/{{ site.style }}-print.css" type="text/css" rel="stylesheet" media="print">
</head>
<body>
<div id="main">
Expand Down
Loading