Add profiles and localization for Björn Blomberg's CV
- Created new profile files for various programming languages (embedded, Go, Java, web, C++, C#, etc.) in both English and Swedish. - Added localization support with YAML files for English and Swedish, including meta information, sections, labels, and sidebar content. - Developed a template for rendering the CV with a structured layout, including sections for profile, experience, education, and skills. - Implemented build scripts for compiling Typst files into PDF format for both PowerShell and shell environments. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
7
publishing/sv/cpp.typ
Normal file
7
publishing/sv/cpp.typ
Normal file
@@ -0,0 +1,7 @@
|
||||
#import "../../src/lib/template.typ": render-variant
|
||||
#import "../../src/content/profiles/sv/cpp.typ": body as profile-body
|
||||
#import "../../src/content/letters/sv/cpp.typ": body as letter-body
|
||||
|
||||
#let lang-data = yaml("../../src/data/sv.yaml")
|
||||
|
||||
#render-variant(lang-data, "cpp", profile-body, letter-body)
|
||||
Reference in New Issue
Block a user