From 118ad71c45f37d26ec350d6ff510d43b9af44cab Mon Sep 17 00:00:00 2001 From: Suguivy Date: Wed, 3 Mar 2021 00:39:58 +0100 Subject: [PATCH] Changed about section --- about.markdown | 8 ++++++++ about.rst | 5 ----- site.hs | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 about.markdown delete mode 100644 about.rst 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