feat: Add support for custom author entry (#124)
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
"Software Engineer",
|
||||
"Full Stack Developer",
|
||||
),
|
||||
custom: (
|
||||
(
|
||||
text: "Youtube Channel",
|
||||
icon: "youtube",
|
||||
link: "http://example.com",
|
||||
),
|
||||
),
|
||||
),
|
||||
profile-picture: none,
|
||||
language: "sp",
|
||||
|
||||
@@ -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"
|
||||
// ),
|
||||
|
||||
Reference in New Issue
Block a user