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")
|
||||
(branch "master")
|
||||
(commit
|
||||
"8c483c12e94bcf43e4c44170f1d5fea5fbba4970")
|
||||
"fa39695bbc0c5f79838cbca55d55eebd821a8efa")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
|
@ -14,7 +14,7 @@
|
|||
(url "https://codeberg.org/guix-science/guix-science")
|
||||
(branch "master")
|
||||
(commit
|
||||
"a82cc47ae408a9a92e1bd038fdb8d46f694ebde3")
|
||||
"76f9e5112b3005b57438f4c8708490a38de847b4")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
#let section_base_item_highlight(
|
||||
highlight: "",
|
||||
) = par(
|
||||
justify: true,
|
||||
text(
|
||||
) = text(
|
||||
size: 0.95em,
|
||||
if type(highlight) == str {
|
||||
par(
|
||||
justify: true,
|
||||
highlight
|
||||
)
|
||||
} else {
|
||||
highlight
|
||||
}
|
||||
)
|
||||
|
|
|
@ -2,5 +2,8 @@
|
|||
list: (""),
|
||||
) = text(
|
||||
weight: "light",
|
||||
list.join(", "),
|
||||
par(
|
||||
justify: true,
|
||||
list.join(", ")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue