diff --git a/.gitignore b/.gitignore index 2f3464d..b18e867 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ docs *.Rproj *.Rhistory .Rproj.user + +/.luarc.json + diff --git a/_quarto-production.yml b/_quarto-production.yml index dcf9ef8..611229c 100644 --- a/_quarto-production.yml +++ b/_quarto-production.yml @@ -1,6 +1,5 @@ project: render: - "*.qmd" - - "!content/tests/" execute: freeze: false \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index ce00cbc..36b46d5 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -65,7 +65,6 @@ format: toc-title: Table of Contents link-external-newwindow: true -brand: _brand.yml +brand: brand/_brand.yml profile: default: local - \ No newline at end of file diff --git a/_variables.yml b/_variables.yml index 4e4e691..44a62da 100644 --- a/_variables.yml +++ b/_variables.yml @@ -1,6 +1,5 @@ grass: name: GRASS - version: 8.4 website: https://grass.osgeo.org support: https://opencollective.com/grass/contribute description: Bringing advanced geospatial technologies to the world diff --git a/_brand.yml b/brand/_brand.yml similarity index 76% rename from _brand.yml rename to brand/_brand.yml index 420a079..80e452e 100644 --- a/_brand.yml +++ b/brand/_brand.yml @@ -14,22 +14,22 @@ meta: logo: images: logo-small-no-text-light: - path: ../../images/logos/small/grass-logo-white-simple@05x.png + path: ../images/logos/small/grass-logo-white-simple@05x.png alt: "Small sized GRASS icon colored white with GRASS shape" logo-small-no-text-dark: - path: ../../images/logos/small/grass-logo-green-simple@05x.png + path: ../images/logos/small/grass-logo-green-simple@05x.png alt: "Small sized GRASS icon colored GRASS green with GRASS shape" logo-medium-no-text-light: - path: ../../images/logos/medium/grass-logo-white-simple@1x.png + path: ../images/logos/medium/grass-logo-white-simple@1x.png alt: "Medium sized GRASS icon colored white with GRASS shape" logo-medium-no-text-dark: - path: ../../images/logos/medium/grass-logo-green-simple@1x.png + path: ../images/logos/medium/grass-logo-green-simple@1x.png alt: "Medium sized GRASS icon colored GRASS green with GRASS shape" logo-large-no-text-light: - path: ../../images/logos/large/grass-white-no-text.svg + path: ../images/logos/large/grass-white-no-text.svg alt: "Large vector (svg) GRASS icon colored white with GRASS shape" logo-large-no-text-dark: - path: ../../images/logos/large/grass-green-no-text.svg + path: ../images/logos/large/grass-green-no-text.svg alt: "Large vector (svg) GRASS icon colored GRASS green with GRASS shape" small: light: logo-small-no-text-light diff --git a/content/tests/styling.qmd b/content/tests/styling.qmd index 87696df..80d1113 100644 --- a/content/tests/styling.qmd +++ b/content/tests/styling.qmd @@ -992,10 +992,10 @@ Quarto supports several shortcodes natively which allow us to access project var You can access variables located in `_variables.yml` using pre-defined [varible shortcodes](https://quarto.org/docs/authoring/variables.html). ``` {.markdown shortcodes="false"} -{{< var grass.version >}} +{{< var grass.website >}} ``` -Will render {{< var grass.version >}} +Will render {{< var grass.website >}} ## Includes @@ -1021,14 +1021,3 @@ and finally displays {{< include /content/include/_support-button.qmd >}} -## Brand - -Brand data is defined in the `_brand.yml` file. - -### Logo small light - -``` {.markdown shortcodes="false"} -{{< brand logo small light >}} -``` - -{{< brand logo small light >}} diff --git a/index.qmd b/index.qmd index 7f3e8dd..a18a487 100644 --- a/index.qmd +++ b/index.qmd @@ -1,10 +1,6 @@ --- title: "Learn GRASS" listing: - - id: tests - contents: - - content/tests/styling.qmd - type: grid - id: get-started contents: content/tutorials/get_started type: grid @@ -34,9 +30,3 @@ title-block-banner: false ## All Tutorials :::{#all} ::: - -::: {.content-visible when-profile="local"} -## Tests -:::{#tests} -::: -::: \ No newline at end of file