Skip to content

Commit 42523b1

Browse files
committed
update doc
1 parent 41dfbd5 commit 42523b1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@
33
## Intro
44
Made a Github Page repo in order to use one single data.yaml file to generate a printer-friendly resume in PDF as well as a personal website at the same time.
55

6+
67
## Tutorial
78
TODO - Will be documented when finished!
89

10+
11+
## Github Action
12+
Github Action will be triggered by new tag, and the workflow will take the `~/resume/drewyang_dev_resume.pdf` as a release.
13+
```
14+
git tag vX.X.X
15+
git push --tags
16+
```
17+
Referenced from: [HERE](https://github.com/actions/upload-release-asset)
18+
19+
920
## Some Research on Jekyll Exporting PDF
1021
- Prince xml:
11-
- Since this use case is just exporting one pdf. Generally this works very well, but just can't work with bootstrap and fontawesome. Another down side is Prince xml free license will add a `P` logo at the file's top right corner, which is fine to me in this case.
22+
- Since this use case is just exporting one pdf. Generally speaking, this works very well, but just can't work with bootstrap and fontawesome in PDF. Another down side is Prince xml free license will add a `P` logo at the file's top right corner, which is fine to me in this case.
1223
- Referenced from: [Jekyll Documentation Theme - Doc](https://idratherbewriting.com/documentation-theme-jekyll/mydoc_generating_pdfs.html#5-customize-and-run-the-pdf-script) | [Jekyll Documentation Theme - Github](https://github.com/tomjoht/documentation-theme-jekyll)
1324
- Pandoc:
1425
- LaTeX Error: `pandoc -s http://127.0.0.1:4000/printer-friendly.html --pdf-engine pdflatex --toc --include-in-header=./_includes/latex_header.tex -V geometry:margin=1in -o pandoc_html_sample_layout.pdf`

0 commit comments

Comments
 (0)