aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make-fontawesome5.py: Fix YAML load warningAaron LI2020-06-201-2/+2
| | | | | | | | | | | | | Use `yaml.safe_load()` instead of `yaml.load()` to fix the following warning: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. In addition, add a comment that the 'icons.yml' URL that has the '/raw' part is actually correct, because we need the raw YAML data instead of the HTML page rendered by Github.
* Use 'gs' to merge zh and en resumesAaron LI2019-08-301-1/+4
| | | | | | | | | | * The 'gs' (GhostScript) is much more commonly installed than 'pdftk'. * The 'gs'-merged PDF has metadata (e.g., author, title, keywords) preserved, although it is the metadata of the last PDF on the command line is used for the output merged PDF. Still, it is better than 'pdftk' in this case, because the merged PDF by 'pdftk' lost those metatdata.
* README: FontAwesome was updated to v5.10.1Aaron LI2019-08-171-1/+1
|
* resume: Update PDFAaron LI2019-08-171-0/+0
|
* resume: Update education informationAaron LI2019-08-172-2/+4
|
* resume: Tweak the format of file infoAaron LI2019-08-172-6/+6
|
* class: Tweak header spacingAaron LI2019-08-171-3/+2
|
* resume: Increase icon size to '\Large'Aaron LI2019-08-172-0/+6
|
* class: Add '\iconsize' to adjust the icon sizeAaron LI2019-08-171-5/+7
| | | | | For example, use '\iconsize{\Large}' in resume-{zh,en}.tex to enlarge icons relative to the text.
* resume/zh: Tweak several CJK punctuationsAaron LI2019-08-171-3/+3
|
* class: Use default CJK punctuation style instead of 'kaiming'Aaron LI2019-08-171-2/+1
|
* fontawesome5: Update to version 5.10.1Aaron LI2019-08-172-365/+8052
|
* fontawesome5/make-fontawesome5: Update the URL to "icons.yml"Aaron LI2019-08-171-1/+1
|
* Update resume PDFAaron LI2019-05-141-0/+0
|
* Show how to use '\icon{text,link}'Aaron LI2019-05-142-0/+6
|
* class: Rename '\social{text,link}' to '\icon{text,link}'Aaron LI2019-05-141-18/+18
|
* class: Rename macro '\socialinfo' to '\profile'Aaron LI2019-05-143-6/+6
|
* Update how to use '\tagline'Aaron LI2019-05-142-4/+6
|
* class: Remove '\taglineicon' and only preserve '\tagline'Aaron LI2019-05-141-7/+2
|
* Show how to use the '\photo' macroAaron LI2019-05-142-0/+4
|
* Tweak the icon for modification dateAaron LI2019-05-142-2/+2
|
* class: Tweak the spacing before taglineAaron LI2019-05-141-1/+1
|
* README: Add "-p" option to "mkdir"Aaron LI2019-05-081-1/+1
|
* Document how to obtain the fontsAaron LI2019-05-071-1/+17
|
* Document how to install fonts on LinuxAaron LI2019-05-061-2/+21
|
* Document the YAML requirement of make-fontawesome5.pyAaron LI2019-05-062-4/+12
|
* Update resume PDFAaron LI2019-04-021-0/+0
|
* Add 'personal projects' sectionAaron LI2019-04-022-0/+56
|
* Minor tweaksAaron LI2019-04-022-13/+9
|
* Minor cleanupsAaron LI2019-04-022-10/+0
|
* Move 'computer skills' section aheadAaron LI2019-04-022-37/+37
|
* Minor cleanupsAaron LI2019-04-022-3/+0
|
* Update interships sectionAaron LI2019-04-022-15/+15
|
* Update computer skills sectionAaron LI2019-04-022-8/+8
|
* Update research archivementsAaron LI2019-04-022-21/+7
|
* Remove publications and awards sectionsAaron LI2019-04-022-129/+0
|
* More minor tweaksAaron LI2019-04-022-14/+9
|
* Tweak the summary a bitAaron LI2019-04-022-13/+6
|
* Tweak the profile a bitAaron LI2019-04-022-7/+5
|
* More cleanupsAaron LI2019-04-022-35/+14
|
* Makefile: clean up a bitAaron LI2019-04-021-5/+0
|
* Use 'pdftk' because it can preserve the linksAaron LI2019-04-021-1/+1
| | | | Credit: https://blog.dbrgn.ch/2013/8/14/merge-multiple-pdfs/
* Ignore resume-{zh,en}.pdfAaron LI2019-01-061-0/+2
|
* resume: Add latest PDFAaron LI2019-01-061-0/+0
|
* resume: Multiple small updates/tweaksAaron LI2019-01-062-34/+35
|
* class: Tweak section spacingsAaron LI2019-01-061-3/+3
|
* Makefile: Add "zh" and "en" targets to easily build PDFsAaron LI2019-01-061-1/+3
|
* resume: Link to the combined zh+en PDFAaron LI2019-01-063-4/+3
| | | | Remove the separated zh and en PDFs.
* class: Bump to version 2.4.0class-v2.4.0Aaron LI2018-10-151-1/+1
|
* resumes: Add the concatenated PDF (zh+en)Aaron LI2018-10-151-0/+0
|