diff --git a/_input/links.markdown b/_input/links.markdown new file mode 100644 index 0000000..2cd0875 --- /dev/null +++ b/_input/links.markdown @@ -0,0 +1,36 @@ +--- +title: "リンク(links)" +--- + +i have taken it upon myself to compile a list of links to other locations on +the wired you might want to visit instead of this blog (especially if you wish +to avoid any negative health consequences of reading it **which i am in no way, +shape, or form responsible for**). i intend to update this page from time to +time, so feel free to check back periodically for new content. + +## ▲ other blogs ▲ + +> if you've told me your blog before but it's missing from this list, or if you +> would like me to add your blog to this list, please let me know by sending me +> a message via fedi, xmpp, or email. よろしく~! + ++ tA's blog, [regular flolloping](https://regularflolloping.com) ++ vala's blog, [the vala experience](https://vala.p7.co.nz) ++ [kaniini's blog](https://blog.dereferenced.org) (for updates on pleroma) ++ another blog with pleroma updates: [lainblog](https://blog.soykaf.com/) + +**i know i'm missing several that i can't find, so if i missed yours, +本当にごめん! please send it to me again and i will update this list~** + +## ▲ organisations, projects, whatever ▲ + ++ the [free software foundation](https://fsf.org) ++ [gnu's not unix](https://gnu.org) ++ the [electronic frontier foundation](https://eff.org) ++ [habitica—formerly habitrpg](https://habitica.com) -> gamify your life/habit-tracker ++ the [gitea](https://git.lain.church) where this blog's [source](https://git.lain.church/murabito/muralog) is hosted ++ free [email and xmpp](https://cock.li) + +## ok i'm done for now. + +i'll update this some time in the future. ***stay tasty o/*** diff --git a/_input/templates/default.html b/_input/templates/default.html index 9142d55..a14a6f4 100644 --- a/_input/templates/default.html +++ b/_input/templates/default.html @@ -31,7 +31,7 @@ ホームページ
- 僕の名前 + リンク
diff --git a/site.hs b/site.hs index f5ed1fa..4f5745d 100644 --- a/site.hs +++ b/site.hs @@ -30,7 +30,7 @@ main = hakyllWith muraConf $ do route idRoute compile compressCssCompiler - match (fromList ["about.md", "contact.markdown"]) $ do + match (fromList ["about.md", "contact.markdown", "links.markdown"]) $ do route $ setExtension "html" compile $ pandocCompiler >>= loadAndApplyTemplate "templates/default.html" ctx