diff --git a/.gitignore b/.gitignore index 06cf653..d40e662 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ cache +*.epub +*.mobi \ No newline at end of file diff --git a/app.rb b/app.rb index 254aced..28806c7 100644 --- a/app.rb +++ b/app.rb @@ -6,5 +6,5 @@ require 'convert' content, toc = Fetch.run -File.write('out.html', content) +File.write('cache/out.html', content) Convert.run toc \ No newline at end of file diff --git a/header.html b/header.html index 12dd628..7cfc283 100644 --- a/header.html +++ b/header.html @@ -3,5 +3,6 @@