mirror of
https://github.com/mfocko/blog.git
synced 2024-11-24 22:11:54 +01:00
feat: clean out footer
Signed-off-by: Matej Focko <xfocko@fi.muni.cz>
This commit is contained in:
parent
125c9211d8
commit
5e0cfc567b
1 changed files with 19 additions and 19 deletions
|
@ -135,8 +135,21 @@ const config = {
|
|||
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
|
||||
links: [
|
||||
{
|
||||
title: "Additional materials for φ courses",
|
||||
items: subjects.map((s) => s.footer()),
|
||||
title: "Git",
|
||||
items: [
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com/mfocko",
|
||||
},
|
||||
{
|
||||
label: "GitLab",
|
||||
href: "https://gitlab.com/mfocko",
|
||||
},
|
||||
{
|
||||
label: "Gitea (self-hosted)",
|
||||
href: "https://git.mfocko.xyz/mfocko",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social #1",
|
||||
|
@ -146,12 +159,12 @@ const config = {
|
|||
href: "https://www.linkedin.com/in/mfocko/",
|
||||
},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com/mfocko",
|
||||
label: "Fosstodon",
|
||||
href: "https://fosstodon.org/@m4tt_314",
|
||||
},
|
||||
{
|
||||
label: "GitLab",
|
||||
href: "https://gitlab.com/mfocko",
|
||||
label: "Hachyderm.io",
|
||||
href: "https://hachyderm.io/@m4tt_314",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -172,19 +185,6 @@ const config = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Source of this web",
|
||||
items: [
|
||||
{
|
||||
label: "GitLab",
|
||||
href: "https://gitlab.com/mfocko/blog",
|
||||
},
|
||||
{
|
||||
label: "GitLab FI",
|
||||
href: "https://gitlab.fi.muni.cz/xfocko/kb",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
prism: {
|
||||
|
|
Loading…
Reference in a new issue