From b77dac783c272ea0680916e701762e9c307d5eba Mon Sep 17 00:00:00 2001 From: Beecher Baker Date: Mon, 29 Jul 2024 10:47:11 -0400 Subject: [PATCH] rename from PERC Prototype to Search PERC, and simplify pages --- config/header.yml | 5 ++++- config/metadata.yml | 4 ++-- config/project.yml | 4 ++-- pages/home.md | 24 ++++-------------------- 4 files changed, 12 insertions(+), 25 deletions(-) diff --git a/config/header.yml b/config/header.yml index c178cee..57b8041 100644 --- a/config/header.yml +++ b/config/header.yml @@ -1,9 +1,12 @@ --- header_logo_url: - header_logo_text: PERC Prototype + header_logo_text: Search PERC header_links: - label: Home link: / - label: About link: /about + + - label: Source + link: https://github.com/neolefty/taxonpages-dev/ \ No newline at end of file diff --git a/config/metadata.yml b/config/metadata.yml index 2633cb4..5fe864b 100644 --- a/config/metadata.yml +++ b/config/metadata.yml @@ -1,8 +1,8 @@ --- metadata: - name: description - content: The PERC Prototype is served by TaxonPages. + content: Search PERC, powered by TaxonWorks. - name: keywords - content: purdue, entomology, perc, taxonpages + content: purdue, entomology, perc, taxonworks, taxonpages - name: robots content: follow diff --git a/config/project.yml b/config/project.yml index 87e8c72..30497ed 100644 --- a/config/project.yml +++ b/config/project.yml @@ -1,5 +1,5 @@ --- - project_name: PERC Prototype - project_citation: PERC Prototype. 2024. https://neolefty.github.io/taxonpages/ + project_name: Search PERC + project_citation: Search PERC. 2024. https://neolefty.github.io/taxonpages/ project_url: https://neolefty.github.io/taxonpages/ project_authors: Aaron Smith, Christopher Wirth diff --git a/pages/home.md b/pages/home.md index 756db11..74b1ecd 100644 --- a/pages/home.md +++ b/pages/home.md @@ -1,26 +1,10 @@ --- -title: PERC Prototype -lead: Search the Purdue Entomology Research Collection using TaxonPages +title: Search PERC +lead: Search the Purdue Entomology Research Collection, powered by TaxonWorks project: Purdue Entomology Research Collection --- -# {{frontmatter.title}} +# Search PERC _{{frontmatter.lead}}_ -## Get started! - - -## Overview -Welcome to *{{ frontmatter.title }}*, which lets you search the [Purdue Entomology Research Collection](https://www.entm.purdue.edu/PERC/) via [TaxonWorks](https://taxonworks.org). - -## Announcements - -* **7/8/2024** - * Connected to PERC section of TaxonWorks, which doesn't have data yet, so search results are blank for now. - * Dev site with data: https://neolefty.github.io/taxonpages-dev/ - * [Published to Purdue Github Pages](https://pages.github.itap.purdue.edu/wbbaker/taxonpages/), but [actions](https://docs.github.com/en/actions) are not working - -* **6/21/2024** – It's working on [Github Pages](https://pages.github.com/) here: https://neolefty.github.io/taxonpages/ - -## Find out more -Learn how to collaborate with the {{ frontmatter.title }} project. Contact information, technical details, and more are available at [About](/about). + \ No newline at end of file