diff --git a/about.markdown b/about.markdown new file mode 100644 index 0000000..b47c6f0 --- /dev/null +++ b/about.markdown @@ -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) diff --git a/about.rst b/about.rst deleted file mode 100644 index 745c594..0000000 --- a/about.rst +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: About ---- - -**WIP** diff --git a/site.hs b/site.hs index 2d86dfb..c53db4a 100644 --- a/site.hs +++ b/site.hs @@ -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