Skip to content

Commit 6d7ff05

Browse files
fix: generate.sh and delete generated files (#98)
1 parent 2ad59d7 commit 6d7ff05

20 files changed

+3
-16726
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from: markdown-implicit_figures
22
to: html
3-
highlight-style: null
43
standalone: true

markdown/config/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
22
"https://www.w3.org/TR/html4/strict.dtd">
3-
<html lange="en">
3+
<html lang="en">
44
<head>
55
<title>$title$ - Learn You a Haskell for Great Good!</title>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

markdown/generate.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
set -e
23

34
mapfile -t filename <config/file-list.txt
45

markdown/generated_html/a-fistful-of-monads.html

Lines changed: 0 additions & 1360 deletions
This file was deleted.

markdown/generated_html/chapters.html

Lines changed: 0 additions & 233 deletions
This file was deleted.

markdown/generated_html/faq.html

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)