Skip to content

Commit

Permalink
feed
Browse files Browse the repository at this point in the history
  • Loading branch information
howardhu committed Dec 10, 2023
1 parent 764cfa2 commit 61929a7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
16 changes: 8 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ theme = "smol"
# Parameters
[params]
subtitle = "Your blog subtitle goes here!"
dateFmt = "2002/02/01"
dateFmt = "2006-01-02"

# Header
[menu]
Expand All @@ -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
2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: "About Howard Hu"
draft: false
---
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="100%" height="800" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2Fhowardhu&theme=auto&size=100&header=true&replies=true&boosts=true"></iframe>
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.
14 changes: 14 additions & 0 deletions content/feed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Mastodon Feeds| @HowardHu"
draft: false
date: 2023-12-10
---
<div>
<link rel="stylesheet" type="text/css"
href="https://esm.sh/emfed@1/toots.css">
<a class="mastodon-feed"
href="https://mastodon.social/@howardhu"
data-toot-limit="10"
>follow me into the Fediverse</a>
<script type="module" src="https://esm.sh/emfed@1"></script>
</div>

0 comments on commit 61929a7

Please sign in to comment.