diff --git a/config/api.yml b/config/api.yml deleted file mode 100644 index 676846d..0000000 --- a/config/api.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- - url: https://sandcastle.taxonworks.org/api/v1 - project_token: NOw8ZKe7O0axmMkNPZn35Q diff --git a/config/copyright.yml b/config/copyright.yml deleted file mode 100644 index 192dea4..0000000 --- a/config/copyright.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- - copyright_image: "https://i.creativecommons.org/l/by-sa/4.0/80x15.png" - copyright_image_link: "http://creativecommons.org/licenses/by-sa/4.0/" - copyright_text: "Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." diff --git a/config/header.yml b/config/header.yml deleted file mode 100644 index 977c427..0000000 --- a/config/header.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- - header_logo_url: https://i.ibb.co/5n5jMWL/SiteLogo.jpg - header_logo_text: Orthoptera Species File - header_links: - - label: Home - link: / - - - label: About - link: /about diff --git a/config/mapping.yml b/config/mapping.yml deleted file mode 100644 index 7396029..0000000 --- a/config/mapping.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- - map_server_tils: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png diff --git a/config/project.yml b/config/project.yml deleted file mode 100644 index dc19ef4..0000000 --- a/config/project.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- - project_name: "Orthoptera Species File" - project_citation: "Orthoptera Species File" - project_url: "https://jlpereira.github.io/vite_taxonworks_public_view/" - project_authors: "Cigliano, M.M., H. Braun, D.C. Eades & D. Otte." diff --git a/config/router.yml b/config/router.yml deleted file mode 100644 index 684e65b..0000000 --- a/config/router.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- - base_url: /taxonpages/ - hash_mode: true \ No newline at end of file diff --git a/config/style/theme.css b/config/style/theme.css deleted file mode 100644 index f1d49dd..0000000 --- a/config/style/theme.css +++ /dev/null @@ -1,27 +0,0 @@ -:root { - --color-primary: 137, 167, 65; - --color-primary-content: 255, 255, 255; - - --color-secondary: 14, 165, 233; - --color-secondary-content: 255, 255, 255; - - --color-base-foreground: 255, 255, 255; - --color-base-background: 245, 247, 251; - --color-base-muted: 226, 232, 240; - --color-base-border: 203, 213, 225; - --color-base-content: 0, 0, 0; -} - -.dark { - --color-primary: 23,23,23; - --color-primary-content: 255, 255, 255; - - --color-secondary: 14, 165, 233; - --color-secondary-content: 255, 255, 255; - - --color-base-background: 23,23,23; - --color-base-foreground: 38,38,38; - --color-base-muted: 48, 48, 48; - --color-base-border: 38, 38, 38; - --color-base-content: 255, 255, 255; -} diff --git a/config/vendor/tailwind.config.js b/config/vendor/tailwind.config.js deleted file mode 100644 index 5e5c87d..0000000 --- a/config/vendor/tailwind.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - require(__tailwindCSSTaxonPagesConfigPath) - ] -}