update some text, add theme switcher and icons

This commit is contained in:
2024-09-23 01:56:23 -07:00
parent d26aa19abd
commit fb30c69718
6 changed files with 71 additions and 14 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ main :: IO ()
main = hakyllWith config $ do
-- Static directories
match ("fonts/*" .||. "images/*" .||. "files/*" .||. "film/*") $ do
match ("fonts/*" .||. "images/*" .||. "files/*" .||. "film/*" .||. "font-awesome/**") $ do
route idRoute
compile copyFileCompiler