Merge branch 'main' of git.sudoer777.dev:me/resume into research
This commit is contained in:
commit
0e903723e1
3 changed files with 15 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"8c483c12e94bcf43e4c44170f1d5fea5fbba4970")
|
"fa39695bbc0c5f79838cbca55d55eebd821a8efa")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
(url "https://codeberg.org/guix-science/guix-science")
|
(url "https://codeberg.org/guix-science/guix-science")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"a82cc47ae408a9a92e1bd038fdb8d46f694ebde3")
|
"76f9e5112b3005b57438f4c8708490a38de847b4")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
#let section_base_item_highlight(
|
#let section_base_item_highlight(
|
||||||
highlight: "",
|
highlight: "",
|
||||||
) = par(
|
) = text(
|
||||||
justify: true,
|
size: 0.95em,
|
||||||
text(
|
if type(highlight) == str {
|
||||||
size: 0.95em,
|
par(
|
||||||
|
justify: true,
|
||||||
|
highlight
|
||||||
|
)
|
||||||
|
} else {
|
||||||
highlight
|
highlight
|
||||||
)
|
}
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,5 +2,8 @@
|
||||||
list: (""),
|
list: (""),
|
||||||
) = text(
|
) = text(
|
||||||
weight: "light",
|
weight: "light",
|
||||||
list.join(", "),
|
par(
|
||||||
|
justify: true,
|
||||||
|
list.join(", ")
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue