Changed about section
This commit is contained in:
parent
026c13412a
commit
118ad71c45
|
@ -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)
|
2
site.hs
2
site.hs
|
@ -25,7 +25,7 @@ main = hakyllWith config $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile compressCssCompiler
|
compile compressCssCompiler
|
||||||
|
|
||||||
match (fromList ["about.rst", "contact.markdown"]) $ do
|
match (fromList ["about.markdown", "contact.markdown"]) $ do
|
||||||
route $ setExtension "html"
|
route $ setExtension "html"
|
||||||
compile $ pandocCompiler
|
compile $ pandocCompiler
|
||||||
>>= loadAndApplyTemplate "templates/default.html" defaultContext
|
>>= loadAndApplyTemplate "templates/default.html" defaultContext
|
||||||
|
|
Loading…
Reference in New Issue