Skip to content

Commit ae54a77

Browse files
committed
move cv.html to cv.md, make generic
1 parent 97cf0c4 commit ae54a77

File tree

2 files changed

+32
-72
lines changed

2 files changed

+32
-72
lines changed

_pages/cv.html

-72
This file was deleted.

_pages/cv.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: archive
3+
title: "CV"
4+
permalink: /cv/
5+
author_profile: true
6+
redirect_from:
7+
- /wordpress/cv/
8+
---
9+
10+
11+
{% include base_path %}
12+
{% capture written_label %}'None'{% endcapture %}
13+
14+
15+
Education
16+
======
17+
* B.S. in Github, Github University, 2010
18+
* M.S. in Jekyll, Github University, 2012
19+
20+
Publications
21+
======
22+
{% for post in site.articles %}
23+
{% include archive-single-cv.html %}
24+
{% endfor %}
25+
26+
Talks
27+
======
28+
{% for post in site.talks %}
29+
{% unless post.talk_type == "Conference proceedings talk" %}
30+
{% include archive-single-talk-cv.html %}
31+
{% endunless %}
32+
{% endfor %}

0 commit comments

Comments
 (0)