feat: Add support for custom author entry (#124)

This commit is contained in:
Laith Rastanawi
2025-07-02 14:36:15 +02:00
committed by GitHub
parent 6e709397d8
commit 24ed5bef9f
3 changed files with 52 additions and 2 deletions

View File

@@ -14,6 +14,13 @@
"Software Engineer",
"Full Stack Developer",
),
custom: (
(
text: "Youtube Channel",
icon: "youtube",
link: "http://example.com",
),
),
),
profile-picture: none,
language: "sp",

View File

@@ -19,6 +19,13 @@
"Software Architect",
"Developer",
),
custom: (
(
text: "Youtube Channel",
icon: "youtube",
link: "https://example.com",
),
),
),
profile-picture: image("profile.png"),
date: datetime.today().display(),
@@ -139,7 +146,7 @@
// strong("Excel"),
// "Word",
// "Powerpoint",
// "Visual Studio",
// "Visual Studio",
// "git",
// "Zed"
// ),