Przeglądaj źródła

moving zombie protagonist around again

john melesky 8 lat temu
rodzic
commit
0587a44c92

+ 10 - 6
site.hs

@@ -21,22 +21,20 @@ main = hakyll $ do
     route   idRoute
     compile copyFileCompiler
 
-  match "assets/*/*" $ do
+  match "scripts/*" $ do
     route   idRoute
     compile copyFileCompiler
 
-  match "assets/*/*/*" $ do
-    route   idRoute
-    compile copyFileCompiler
 
-  match "assets/*/*/*/*" $ do
+  match "stuff/zombie_protagonist/Zombie.swf" $ do
     route   idRoute
     compile copyFileCompiler
 
-  match "scripts/*" $ do
+  match "stuff/zombie_protagonist/library/mp3/*.mp3" $ do
     route   idRoute
     compile copyFileCompiler
 
+
   match "css/*" $ do
     route   idRoute
     compile compressCssCompiler
@@ -52,6 +50,12 @@ main = hakyll $ do
       >>= loadAndApplyTemplate "templates/default.html" defaultContext
       >>= relativizeUrls
 
+  match "stuff/*/*.md" $ do
+    route   $ setExtension "html"
+    compile $ siteCompiler
+      >>= loadAndApplyTemplate "templates/default.html" defaultContext
+      >>= relativizeUrls
+
   match "*.md" $ do
     route   $ setExtension "html"
     compile $ siteCompiler

+ 0 - 0
assets/zombie_protagonist/Zombie.swf → stuff/zombie_protagonist/Zombie.swf


+ 1 - 1
stuff/zombie_protagonist_game.md → stuff/zombie_protagonist/index.md

@@ -3,7 +3,7 @@ title: Zombie Protagonist
 ---
 
 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="500" align="middle">
-<param name="movie" value="/assets/zombie_protagonist/Zombie.swf"/>
+<param name="movie" value="Zombie.swf"/>
 <param name="allowScriptAccess" value="always" />
 <param name="quality" value="high" />
 <param name="scale" value="noscale" />

+ 0 - 0
assets/zombie_protagonist/library/mp3/hero-yell-1.mp3 → stuff/zombie_protagonist/library/mp3/hero-yell-1.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/hero-yell-2.mp3 → stuff/zombie_protagonist/library/mp3/hero-yell-2.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/hero-yell-3.mp3 → stuff/zombie_protagonist/library/mp3/hero-yell-3.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/hero-yell-4.mp3 → stuff/zombie_protagonist/library/mp3/hero-yell-4.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/hero-yell-5.mp3 → stuff/zombie_protagonist/library/mp3/hero-yell-5.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/hero-yell-6.mp3 → stuff/zombie_protagonist/library/mp3/hero-yell-6.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/human-ow-1.mp3 → stuff/zombie_protagonist/library/mp3/human-ow-1.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/human-ow-2.mp3 → stuff/zombie_protagonist/library/mp3/human-ow-2.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/human-ow-3.mp3 → stuff/zombie_protagonist/library/mp3/human-ow-3.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/human-ow-4.mp3 → stuff/zombie_protagonist/library/mp3/human-ow-4.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/zombie-make-1.mp3 → stuff/zombie_protagonist/library/mp3/zombie-make-1.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/zombie-make-2.mp3 → stuff/zombie_protagonist/library/mp3/zombie-make-2.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/zombie-make-3.mp3 → stuff/zombie_protagonist/library/mp3/zombie-make-3.mp3


+ 0 - 0
assets/zombie_protagonist/library/mp3/zombie-make-4.mp3 → stuff/zombie_protagonist/library/mp3/zombie-make-4.mp3