Pārlūkot izejas kodu

added a links page and modified the footer

master
murabito pirms 4 gadiem
vecāks
revīzija
34fed0a4f2
3 mainītis faili ar 38 papildinājumiem un 2 dzēšanām
  1. +36
    -0
      _input/links.markdown
  2. +1
    -1
      _input/templates/default.html
  3. +1
    -1
      site.hs

+ 36
- 0
_input/links.markdown Parādīt failu

@@ -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/***

+ 1
- 1
_input/templates/default.html Parādīt failu

@@ -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>


+ 1
- 1
site.hs Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt