Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 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
7a85e37
Update index.md
cy-98 May 13, 2024
c7d31d3
feat: support update title
May 13, 2024
b2ec847
feat: create github actions to sync branch 'gh-pages'
May 13, 2024
371b9ff
feat: update profile
May 13, 2024
fd8fb81
feat: update title
May 13, 2024
a459e74
feat: update README
May 13, 2024
338943a
feat: update profile
May 13, 2024
27566c8
feat: try typora github theme
May 13, 2024
6eb7675
feat: update content
May 13, 2024
2569c5e
feat: typora theme
May 14, 2024
e19dca4
feat: change color
May 15, 2024
972edf0
fix: apply notion style
May 18, 2024
1029175
feat: update timeline
May 18, 2024
407fd19
feat: midify timeline
May 24, 2024
c5553bf
feat: test
May 31, 2024
7a5bcdb
feat: test
May 31, 2024
e84a0fe
feat: test
May 31, 2024
8d06185
feat: test
May 31, 2024
48f1620
cv pdf
Jun 4, 2024
6e304fe
Update index.md
cy-98 Sep 14, 2024
d9caaa9
Update index.md
cy-98 Dec 31, 2024
9a14303
Update index.md
cy-98 Dec 13, 2025
7fff482
Update index.md
cy-98 Dec 13, 2025
d894d1a
Update index.md
cy-98 Apr 14, 2026
ca8a43d
Update index.md
cy-98 Apr 14, 2026
bfc1e8d
Update index.md
cy-98 Apr 14, 2026
b5f09ff
Update index.md
cy-98 Apr 14, 2026
b6e4b1c
Update date in personal resume
cy-98 Apr 14, 2026
03b7554
Update index.md
cy-98 Apr 14, 2026
754416a
Update index.md
cy-98 Apr 14, 2026
9fd58ac
Improve CV structure and local Jekyll rendering.
cy-98 May 16, 2026
e6f209c
Expand Treasury CV with Rush monorepo and AI dev flow.
cy-98 May 16, 2026
d5d4030
Polish CV contacts, skills, and personal links.
cy-98 May 16, 2026
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
22 changes: 22 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sync master to gh-pages

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2

- name: Sync with gh-pages
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git checkout -b gh-pages
git merge master --no-edit
git push origin gh-pages --force
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.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
markdown-cv
===========

eliseopapa's curriculum vitae maintained in plain text and rendered to html and pdf using CSS
cy-98.github.io/markdown-cv/
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
markdown: kramdown
markdown: kramdown
style: notion-light-enhanced
title: "才越"
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 }}.css" type="text/css" rel="stylesheet" media="screen">
<link href="media/{{ site.style }}.css" type="text/css" rel="stylesheet" media="print">
</head>
<body>
<div id="main">
Expand Down
Binary file added caiyuecv.pdf
Binary file not shown.
Loading