Search
Items tagged with: YAML
Hey y’all! My #Infra team at #Oda is looking for a Platform Engineer! ✨ We’re a bunch of dad-joke loving, #YAML-hating, and kind individuals! #Kubernetes #Oslo linkedin.com/jobs/view/4118507…
Oda hiring Platform Engineer in Oslo, Norway | LinkedIn
Posted 9:28:24 AM. Oda is a company on the move. We built Norway’s leading online grocery store and now we want to…See this and similar jobs on LinkedIn.www.linkedin.com
“Defaults files” are a convenient tool to store, group, and combine related command line options.
E.g., instead of typing
pandoc --pdf-engine=xelatex -V csquotes
one could create a file `pdf.yaml` with
pdf-engine: xelatex
variables: {csquotes: true}
and use it with
pandoc -d pdf.yaml