Skip to content

Commit

Permalink
Update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 10, 2022
1 parent 106b64c commit f6cb58b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/header.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
header_logo_url:
header_logo_text:
header_logo_text: My project
header_links:
- label: Home
link: /
Expand Down
8 changes: 4 additions & 4 deletions config/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
project_name: "My project"
project_citation: "My project"
project_url: "yourprojecturl"
project_authors: "Gandalf"
project_name: My project
project_citation:
project_url:
project_authors:
9 changes: 7 additions & 2 deletions config/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@
--color-base-muted: 226, 232, 240;
--color-base-border: 203, 213, 225;
--color-base-content: 0, 0, 0;

--color-map-georeference: 239, 68, 68;
--color-map-asserted: 249, 115, 22;
--color-map-type-material: 51, 136, 255;
--color-map-collection-object: 239, 68, 68;
}

.dark {
--color-primary: 23,23,23;
--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-background: 23, 23, 23;
--color-base-foreground: 38,38,38;
--color-base-muted: 48, 48, 48;
--color-base-border: 38, 38, 38;
Expand Down
2 changes: 1 addition & 1 deletion pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _{{frontmatter.lead}}_
Welcome to *{{ frontmatter.project }}*, a website of taxon pages generated from the {{ frontmatter.project }} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org).

## Get started!
<autocomplete-otu/>
<autocomplete-otu class="w-80"/>

## Announcements
* 5/1/2022 - We've grown!
Expand Down

0 comments on commit f6cb58b

Please sign in to comment.