added a links page and modified the footer
This commit is contained in:
parent
703783c48d
commit
34fed0a4f2
36
_input/links.markdown
Normal file
36
_input/links.markdown
Normal file
@ -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/***
|
@ -31,7 +31,7 @@
|
||||
<a href="/" title="index.html">ホームページ</a>
|
||||
</div>
|
||||
<div class="bright">
|
||||
<a href="/contact.html" title="no i will not tell you what it is but you can read the page on how to contact me here if you want">僕の名前</a>
|
||||
<a href="/links.html" title="links to locations in the wired i recommend visiting">リンク</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
2
site.hs
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user