mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
fix: paths to the upstream repository
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b4caf50021
commit
952cc8a499
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ class Subject {
|
||||||
path: this.subject,
|
path: this.subject,
|
||||||
routeBasePath: this.subject,
|
routeBasePath: this.subject,
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
editUrl: "https://gitlab.com/mfocko/kb/tree/main",
|
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
|
||||||
remarkPlugins: [math],
|
remarkPlugins: [math],
|
||||||
rehypePlugins: [katex],
|
rehypePlugins: [katex],
|
||||||
},
|
},
|
||||||
|
@ -98,7 +98,7 @@ const config = {
|
||||||
type: 'all',
|
type: 'all',
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
|
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
|
||||||
},
|
},
|
||||||
editUrl: "https://gitlab.com/mfocko/kb/tree/main",
|
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
|
||||||
remarkPlugins: [math],
|
remarkPlugins: [math],
|
||||||
rehypePlugins: [katex],
|
rehypePlugins: [katex],
|
||||||
},
|
},
|
||||||
|
@ -176,7 +176,7 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "GitLab",
|
label: "GitLab",
|
||||||
href: "https://gitlab.com/mfocko/kb",
|
href: "https://gitlab.com/mfocko/blog",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "GitLab FI",
|
label: "GitLab FI",
|
||||||
|
|
|
@ -27,7 +27,7 @@ const FeatureList = [
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
This content can be found as a source at{" "}
|
This content can be found as a source at{" "}
|
||||||
<a href="https://gitlab.com/mfocko/kb">GitLab</a> or{" "}
|
<a href="https://gitlab.com/mfocko/blog">GitLab</a> or{" "}
|
||||||
<a href="https://gitlab.fi.muni.cz/xfocko/kb">FI GitLab</a>. And you can
|
<a href="https://gitlab.fi.muni.cz/xfocko/kb">FI GitLab</a>. And you can
|
||||||
find it deployed on {" "}
|
find it deployed on {" "}
|
||||||
<a href="https://fi.muni.cz/~xfocko/kb">aisa</a> or{" "}
|
<a href="https://fi.muni.cz/~xfocko/kb">aisa</a> or{" "}
|
||||||
|
|
Loading…
Reference in a new issue