From cecf92e54bd6dc31b4a435889e23d7035d61b4a6 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 24 Sep 2024 19:09:19 +0200 Subject: [PATCH 1/2] improves main site --- _quarto.yml | 4 ++-- index.qmd | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) 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") -``` From 1b03453ca77a4756c354425dad961746c8b45d50 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Tue, 24 Sep 2024 19:28:43 +0200 Subject: [PATCH 2/2] customizes style --- _quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index c725ded..96dc8f4 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -32,7 +32,7 @@ book: format: html: - theme: flatly + theme: lux code-link: true template-partials: [helpers/toc.html, helpers/title-block.html] toc-title: "On this page"