Here is my
resume. It is derived from data stored in the
file that
keeps all relevant information about my professional life in one place. The
structured data format of a
yaml flat file makes it easy to browse through
and filter for relevant information.
- Use
--helpto check available command-line arguments forgenerate.go.
go run generate.go --help-
Utilize
Makefiledefault goal to compileindex.htmlwithmake. -
Use
generate.goexplicitly:
go run generate.go -dataFile data/@latest -templBase base.html --templDir template/index.html > index.html- Specify
-firmin case you want RODO clause to be added at the end of your CV.
go run generage -firm FooBar > index.htmlThe templating engine will check if the .Firm variable is not empty and in
case it isn't, It will pop the whole RODO clause alongside the company name at
the bottom of the document.
- Use
Firefoxto openindex.htmland save the page as a PDF file.