Skip to content

Commit 1d8e2bf

Browse files
author
dphuang2
committed
pretty markdown + script
1 parent 4308320 commit 1d8e2bf

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

markdown-resume/generate-pdf.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
pandoc resume.md -f markdown -t pdf --pdf-engine=wkhtmltopdf -c resume-stylesheet.css -s -o resume.pdf

markdown-resume/resume.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,33 @@ margin-right: 2cm
44
margin-top: 1cm
55
margin-bottom: 2cm
66
title: Your Resume in Markdown
7-
description-meta: 'This is the meta description for the HTML file, and one day the PDF file, for better SEO?'
7+
description-meta: "This is the meta description for the HTML file, and one day the PDF file, for better SEO?"
88
keywords:
9-
- 'php'
10-
- 'mysql'
11-
- 'linux'
9+
- "php"
10+
- "mysql"
11+
- "linux"
1212
author:
13-
- I am the author
14-
subject: 'Subject'
13+
- I am the author
14+
subject: "Subject"
1515
---
16+
1617
###### [[example.com](https://example.com)] . [ me@example.com] . [ 123 456 7890 ]
1718

1819
### This is where you have your statement, that describes who you are and what you're looking for. Hopefully it's not cliche and it stands out in a good way
1920

2021
## Skills
2122

22-
```programming```
23-
```devops```
24-
```databases```
25-
```containers```
26-
```linux systems administration```
27-
```webservers```
28-
```project management```
29-
```system architecture & design```
30-
```entrepreneurship```
31-
```load/stress testing```
32-
```WordPress```
23+
`programming`
24+
`devops`
25+
`databases`
26+
`containers`
27+
`linux systems administration`
28+
`webservers`
29+
`project management`
30+
`system architecture & design`
31+
`entrepreneurship`
32+
`load/stress testing`
33+
`WordPress`
3334

3435
**Programming**: Lua, Haskell, Erlang, Go, Javascript
3536
**Databases**: MySQL, Postgres, sqlite, SQL Server, Oracle, Pick
@@ -63,7 +64,7 @@ start-date-end-date, City, State and remote
6364

6465
## Projects
6566

66-
**[*Personal Blog*](http://luther.io)** (2021-present)
67+
**[_Personal Blog_](http://luther.io)** (2021-present)
6768

6869
- Authored a series of articles covering a wide variety of topics and tools related to technology like PHP, WordPress, Ruby, Linux, Docker, and Privacy.
6970

resume.pdf

-36.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)