diff --git a/_quarto.yml b/_quarto.yml index ce47b2f..c725ded 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,7 +9,7 @@ book: author: "Maarten Pronk, Rafael Schouten, Anshul Singhvi, Felix Cremer and Jakub Nowosad" description: | An introductory resource for working with geographic data in Julia - # cover-image: https://geocompx.org/static/img/book_cover_py_tmp_small.png + cover-image: https://geocompx.org/static/img/book_cover_jl.png site-url: https://jl.geocompx.org repo-url: https://github.com/geocompx/geocompjl/ repo-branch: main @@ -24,7 +24,7 @@ book: - chapters/02-attribute-operations.qmd - chapters/03-spatial-operations.qmd - chapters/04-geometry-operations.qmd - #- chapters/05-raster-vector.qmd + - chapters/05-raster-vector.qmd - chapters/06-reproj.qmd - chapters/07-read-write.qmd - chapters/08-mapping.qmd diff --git a/index.qmd b/index.qmd index 8331846..74f3755 100644 --- a/index.qmd +++ b/index.qmd @@ -27,8 +27,3 @@ The current build status as follows: For details on reproducing the book, see the README in the project's GitHub repo: . ::: - -```{julia} -# |echo: true -print("Hello geocompx World") -```