Skip to content

Commit 9b491b4

Browse files
committed
change repo name
1 parent c911b1b commit 9b491b4

File tree

20 files changed

+4226
-4
lines changed

20 files changed

+4226
-4
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
6767
showBreadcrumbs = true
6868
showDraftLabel = true
6969
showEdit = true
70-
editURL = "https://github.com/solumath/solumath.github.io/tree/main/content"
70+
editURL = "https://github.com/solumath/blog/tree/main/content"
7171
editAppendPath = true
7272
seriesOpened = false
7373
showHeadingAnchors = true

content/posts/001-hello-world/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ draft: false
66
description: My first post
77
tags:
88
---
9+
910
## Hello there
11+
1012
![obiwan](images/obiwan.gif)

public/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
644644

645645
<span class="mb-[2px]">
646646
<a
647-
href="https://github.com/solumath/solumath.github.io/tree/main/content/about.md"
647+
href="https://github.com/solumath/blog/tree/main/content/about.md"
648648
class="text-lg hover:text-primary-500"
649649
rel="noopener noreferrer"
650650
target="_blank"

public/posts/001-hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
660660

661661
<span class="mb-[2px]">
662662
<a
663-
href="https://github.com/solumath/solumath.github.io/tree/main/content/posts/001-hello-world/index.md"
663+
href="https://github.com/solumath/blog/tree/main/content/posts/001-hello-world/index.md"
664664
class="text-lg hover:text-primary-500"
665665
rel="noopener noreferrer"
666666
target="_blank"

public/posts/002-my-obsidian-setup/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
660660

661661
<span class="mb-[2px]">
662662
<a
663-
href="https://github.com/solumath/solumath.github.io/tree/main/content/posts/002-my-obsidian-setup/index.md"
663+
href="https://github.com/solumath/blog/tree/main/content/posts/002-my-obsidian-setup/index.md"
664664
class="text-lg hover:text-primary-500"
665665
rel="noopener noreferrer"
666666
target="_blank"

0 commit comments

Comments
 (0)