diff --git a/config/api.yml b/config/api.yml
new file mode 100644
index 0000000..c9f521b
--- /dev/null
+++ b/config/api.yml
@@ -0,0 +1,3 @@
+---
+ url:
+ project_token:
diff --git a/config/copyright.yml b/config/copyright.yml
new file mode 100644
index 0000000..8510cad
--- /dev/null
+++ b/config/copyright.yml
@@ -0,0 +1,4 @@
+---
+ copyright_image:
+ copyright_image_link:
+ copyright_text: "Copyright CC0"
diff --git a/config/header.yml b/config/header.yml
new file mode 100644
index 0000000..22018dc
--- /dev/null
+++ b/config/header.yml
@@ -0,0 +1,8 @@
+---
+ logo_url:
+ links:
+ - label: Home
+ link: /
+
+ - label: About
+ link: /about
diff --git a/config/mapping.yml b/config/mapping.yml
new file mode 100644
index 0000000..7396029
--- /dev/null
+++ b/config/mapping.yml
@@ -0,0 +1,2 @@
+---
+ map_server_tils: https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
diff --git a/config/project.yml b/config/project.yml
new file mode 100644
index 0000000..dd721ec
--- /dev/null
+++ b/config/project.yml
@@ -0,0 +1,5 @@
+---
+ project_name: "My project"
+ project_citation: "My project"
+ project_url: "yourprojecturl"
+ project_authors: "Gandalf"
diff --git a/config/router.yml b/config/router.yml
new file mode 100644
index 0000000..6f374a7
--- /dev/null
+++ b/config/router.yml
@@ -0,0 +1,3 @@
+---
+ base_url: /
+ hash_mode: false
\ No newline at end of file
diff --git a/config/vendor/tailwind.config.js b/config/vendor/tailwind.config.js
new file mode 100644
index 0000000..e56c9cb
--- /dev/null
+++ b/config/vendor/tailwind.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ presets: [
+ require(__basedir + '/tailwind.config.js')
+ ]
+}
diff --git a/pages/about.md b/pages/about.md
new file mode 100644
index 0000000..c496e59
--- /dev/null
+++ b/pages/about.md
@@ -0,0 +1,41 @@
+---
+title: About
+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.
+---
+
+
+
+# {{frontmatter.title}}
+
+## Dig deeper
+Please contact us if you need extended access to the data underlying here. The TaxonWorks interfaces used to curate these data include wide range of additional filtering, reporting, and curatorial functionality. With a little training from us we'd be happy to provide you access to this additional functionality. Over time we expect this site to gradually mirror that extended functionality.
+
+## Contact
+If you have a question, want to report new data relevant to the project, or have error our preferred means of contact is to file an issue on our [project tracker](https://github.com/our/project/tracker). You can also [chat live with us](https://slackservername). We can also be reached via [email](mailto:{{frontmatter.contact_email}}).
+
+## Team
+ _Please contact us if you would like to join this effort._
+
+Made possible by the wonderful:
+* Gandalf - Technical lead
+* Aragorn - Outside advisor
+* Frodo - Lead curator
+* Samwise - Emotional support
+
+## Citing
+* This website - {{frontmatter.citation}}
+* Individual taxon pages - See citation at the bottom of each page.
+
+## Data
+Data for these pages is collaboratively curated online in a [TaxonWorks](https://taxonworks) project. All data behind this site served as JSON through calls to a [TaxonWorks API](https://api.taxonworks.org). You can follow along by using the Console of your browser to explore the Network tab.
+
+## Technical
+Want to create your own site? This website is built completely on open-source software. There is a [site template](https://github.com/SpeciesFileGroup/) with more information. Data are curated in a [TaxonWorks](https://taxonworks.org) project then shared via a [TaxonWorks API](https://api.taxonworks.org). Come [chat](https://gitter.im/SpeciesFileGroup/taxonworks) with the TaxonWorks community at any time.
+
+## Copyright
+_{{frontmatter.copyright}}_
+
+
+
\ No newline at end of file
diff --git a/pages/home.md b/pages/home.md
new file mode 100644
index 0000000..7b08e80
--- /dev/null
+++ b/pages/home.md
@@ -0,0 +1,26 @@
+---
+title: The title
+lead: Taxa from your imagination to the web
+project: Your project
+---
+
+
+
+ # {{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).
+
+ ## Get started!
+
+
+ ## 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).
+
+
+