diff --git a/config.toml b/config.toml index acc9973..7bdc170 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ theme = "smol" # Parameters [params] subtitle = "Your blog subtitle goes here!" - dateFmt = "2002/02/01" + dateFmt = "2006-01-02" # Header [menu] @@ -32,15 +32,15 @@ theme = "smol" # Footer [[menu.footer]] name = "Github" - url = "https://github.com/example" + url = "https://github.com/howdhu" weight = 1 [[menu.footer]] name = "Mastodon" - url = "https://example.com/@user" + url = "https://mastodon.social/@howardhu" weight = 2 - - [[menu.footer]] - name = "Imprint" - url = "/imprint" - weight = 3 + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true \ No newline at end of file diff --git a/content/about.md b/content/about.md index 301ddb8..21812fd 100644 --- a/content/about.md +++ b/content/about.md @@ -2,4 +2,4 @@ title: "About Howard Hu" draft: false --- - \ No newline at end of file +Hey, you landed on my personal blog. Great to see you here. These pages are mostly personal notes on various topics that I don’t mind sharing publicly. \ No newline at end of file diff --git a/content/feed.md b/content/feed.md new file mode 100644 index 0000000..fbf52eb --- /dev/null +++ b/content/feed.md @@ -0,0 +1,14 @@ +--- +title: "Mastodon Feeds| @HowardHu" +draft: false +date: 2023-12-10 +--- +
+ +follow me into the Fediverse + +
\ No newline at end of file