Skip to content

Commit 4f587cf

Browse files
committed
fix errors, add pdf support
1 parent 99e02bc commit 4f587cf

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ WeedMaps helps medical marijuana patients find dispensaries and provides helpful
108108
Worked on various projects including coupons, menus, and server optimization (linux). I spent a few months overhauling the search engine in elasticsearch with custom weights. Small team of 3 people.
109109
110110

111-
[https://stem.is](https://stem.is)
111+
[https://weedmaps.com](https://weedmaps.com)

README.pdf

-455 KB
Binary file not shown.

README.repository.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# mac markdown-to-pdf pipeline
22

3-
brew install pandoc pdfly
3+
brew install pandoc
4+
brew install --cask mactex
45

56
# linux (TODO for github actions integration)
67

bin/generate-readme-pdf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash -xeu
2+
3+
pandoc -s -o README.pdf README.md

src/routes/resume/_jobs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default [
9696
company: "Weedmaps Media",
9797
companyDescription:
9898
"WeedMaps helps medical marijuana patients find dispensaries and provides helpful reviews and menus.",
99-
companyWebsite: "https://stem.is",
99+
companyWebsite: "https://weedmaps.com",
100100
jobTitle: "Lead Software Developer",
101101
start: "2011-01",
102102
end: "2012-12",

0 commit comments

Comments
 (0)