Changed about section

This commit is contained in:
Suguivy 2021-03-03 00:39:58 +01:00
parent 026c13412a
commit 118ad71c45
3 changed files with 9 additions and 6 deletions

8
about.markdown Normal file
View File

@ -0,0 +1,8 @@
---
title: About
---
You can look at my projects on:
- [Gitea (self hosted instance)](https://git.fai.su/Suguivy)
- [Github](https://github.com/Suguivy)

View File

@ -1,5 +0,0 @@
---
title: About
---
**WIP**

View File

@ -25,7 +25,7 @@ main = hakyllWith config $ do
route idRoute
compile compressCssCompiler
match (fromList ["about.rst", "contact.markdown"]) $ do
match (fromList ["about.markdown", "contact.markdown"]) $ do
route $ setExtension "html"
compile $ pandocCompiler
>>= loadAndApplyTemplate "templates/default.html" defaultContext