RichardLitt / birdinginvermont.com

The source for birdinginvermont.com, where I use mainly use eBird data with React and D3 to help birders in VT
https://birdinginvermont.com
Other
4 stars 3 forks source link

Copy over content from vtbird extensions repository #3

Open RichardLitt opened 4 years ago

RichardLitt commented 4 years ago

No reason for that to exist, anymore. Let's just move it all here.

RichardLitt commented 4 years ago

Started this work in branch "adding-vt-bird-content". Unfortunately, the React app seems to override the other pages, and I don't know how to have the subspecies folder by Jekyll, or how to add in individual pages in React dyanmically.

You'll probably have to install and use React Router (which I'd want to do, anyway), and then find a way to make the individual pages created dynamically from a data file. Alternatively, just scrap that idea, entirely, and find a way for it to ignore the subdirectory, and use a static site generator with Markdown files, because that's a bit easier for you personally to use, anyway.