diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/index.qmd b/index.qmd index daf9159..f67bcb0 100644 --- a/index.qmd +++ b/index.qmd @@ -18,8 +18,12 @@ if (!file.exists("citations/ecology-letters.csl")) { } ## prevents GitHub from rendering book using Jekyll -if (!file.exists("docs/.nojekyll")) { - file.create("docs/.nojekyll") +# if (!file.exists("docs/.nojekyll")) { +# file.create("docs/.nojekyll") +# } + +if (!file.exists(".nojekyll")) { + file.create(".nojekyll") } options(bookdown.post.latex = function(x) {