Browse Source

building talks, and fixing some javascript

john melesky 8 years ago
parent
commit
0e96bd38be
4 changed files with 18 additions and 6 deletions
  1. 12 0
      site.hs
  2. 2 2
      talks/ml-primer/index.html
  3. 2 2
      talks/multiprocessing/index.html
  4. 2 2
      talks/profile-cprofile/index.html

+ 12 - 0
site.hs

@@ -25,6 +25,18 @@ main = hakyll $ do
     route   idRoute
     compile copyFileCompiler
 
+  match "talks/*/*" $ do
+    route   idRoute
+    compile copyFileCompiler
+
+  match "talks/*/*/*" $ do
+    route   idRoute
+    compile copyFileCompiler
+
+  match "talks/*/*/*/*" $ do
+    route   idRoute
+    compile copyFileCompiler
+
 
   match "stuff/zombie_protagonist/Zombie.swf" $ do
     route   idRoute

+ 2 - 2
talks/ml-primer/index.html

@@ -20,8 +20,8 @@
 
 </style>
 
-<script src="scripts/jquery-1.2.3.js" type="text/javascript" />
-<script src="scripts/slideshow.js" type="text/javascript" />
+<script src="scripts/jquery-1.2.3.js" type="text/javascript"></script>
+<script src="scripts/slideshow.js" type="text/javascript"></script>
 </head>
 
 <body>

+ 2 - 2
talks/multiprocessing/index.html

@@ -28,8 +28,8 @@ pre {
 
 </style>
 
-<script src="scripts/jquery-1.2.3.js" type="text/javascript" />
-<script src="scripts/slideshow.js" type="text/javascript" />
+<script src="scripts/jquery-1.2.3.js" type="text/javascript"></script>
+<script src="scripts/slideshow.js" type="text/javascript"></script>
 </head>
 
 <body>

+ 2 - 2
talks/profile-cprofile/index.html

@@ -28,8 +28,8 @@ pre {
 
 </style>
 
-<script src="scripts/jquery-1.2.3.js" type="text/javascript" />
-<script src="scripts/slideshow.js" type="text/javascript" />
+<script src="scripts/jquery-1.2.3.js" type="text/javascript"></script>
+<script src="scripts/slideshow.js" type="text/javascript"></script>
 </head>
 
 <body>