Skip to content

Commit

Permalink
Update configuration and themplate pages
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 8, 2022
1 parent 7ce76af commit f18d040
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 27 deletions.
2 changes: 1 addition & 1 deletion config/router.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
base_url: /
base_url: /taxonpages/
hash_mode: false
10 changes: 5 additions & 5 deletions config/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

--color-base-foreground: 255, 255, 255;
--color-base-background: 245, 247, 251;
--color-base-200: 226, 232, 240;
--color-base-300: 203, 213, 225;
--color-base-muted: 226, 232, 240;
--color-base-border: 203, 213, 225;
--color-base-content: 0, 0, 0;
}

.dark {
--color-primary: 14, 165, 233;
--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-200: 30, 41, 59;
--color-base-300: 30, 41, 59;
--color-base-muted: 48, 48, 48;
--color-base-border: 38, 38, 38;
--color-base-content: 255, 255, 255;
}
5 changes: 0 additions & 5 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ contact_email: user@example.com
copyright: All content is CC 0 so that it maybe be shared throughout the world in places like Wikipedia.
citation: Project collaborative. 2022. Website title. Available at https://example.com.
---
<div class="container mx-auto mt-4 pl-4 pr-4">
<div class="prose dark:prose-invert lg:prose-base max-w-none">

# {{frontmatter.title}}

Expand Down Expand Up @@ -36,6 +34,3 @@ Want to create your own site? This website is built completely on open-source so

## Copyright
_{{frontmatter.copyright}}_

</div>
</div>
27 changes: 11 additions & 16 deletions pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,19 @@ title: The title
lead: Taxa from your imagination to the web
project: Your project
---
<div class="container mx-auto mt-4 pl-4 pr-4">
<div class="prose dark:prose-invert lg:prose-base max-w-none">

# {{frontmatter.title}}
_{{frontmatter.lead}}_
# {{frontmatter.title}}
_{{frontmatter.lead}}_

## Overview
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).
## Overview
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/>
## Get started!
<autocomplete-otu/>

## Announcements
* 5/1/2022 - We've grown!
* 1/1/2022 - Our website is live!
## Announcements
* 5/1/2022 - We've grown!
* 1/1/2022 - Our website is live!

## Find out more
Learn how to collaborate with the {{ frontmatter.title }} project. Contact information, technical details, and more are available at [About](/about).

</div>
</div>
## Find out more
Learn how to collaborate with the {{ frontmatter.title }} project. Contact information, technical details, and more are available at [About](/about).

0 comments on commit f18d040

Please sign in to comment.