mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +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.`,
|
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Additional materials for φ courses",
|
title: "Git",
|
||||||
items: subjects.map((s) => s.footer()),
|
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",
|
title: "Social #1",
|
||||||
|
@ -146,12 +159,12 @@ const config = {
|
||||||
href: "https://www.linkedin.com/in/mfocko/",
|
href: "https://www.linkedin.com/in/mfocko/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "GitHub",
|
label: "Fosstodon",
|
||||||
href: "https://github.com/mfocko",
|
href: "https://fosstodon.org/@m4tt_314",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "GitLab",
|
label: "Hachyderm.io",
|
||||||
href: "https://gitlab.com/mfocko",
|
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: {
|
prism: {
|
||||||
|
|
Loading…
Reference in a new issue