diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0b84df0..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.html \ No newline at end of file diff --git a/build.sh b/build.sh index 72e9861..0e7c62c 100755 --- a/build.sh +++ b/build.sh @@ -10,4 +10,6 @@ for file in $mdfiles; do -t html5 -s \ -c "$(dirname $0)/_media/github-markdown.css" \ -o "$outfile" -done \ No newline at end of file +done + +cp Home.html index.html \ No newline at end of file