about summary refs log tree commit diff
path: root/website
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25 Use boilerplate/typescript for goalsWilliam Carroll14-3554/+5785
After deploying the version of this application that built everything in the browser, which originally was the impetus for the entire project, I learned that the babel in-browser transformer won't work. I'm not sure why, but I need to move on from this project and do other work. I ported the code to my boilerplate/typescript, which works. Wahoo!
2020-03-25 Create wpcarro.dev/goalsWilliam Carroll9-21/+3705
Create a simple React app to define my goals. See the goals/README.md for more context.
2020-03-24 Add sandbox project using Contentful CMSWilliam Carroll16-0/+5965
I used the boilerplate/typescript project as a starting point. This project fetches and renders books that I'm defining in a Contentful CMS that I created.
2020-03-24 Move nut-score into website/sandboxWilliam Carroll14-0/+482
Also move some .gitignore entries from the top-level .gitignore into a subdirectory .gitignore.
2020-03-20 Move sandbox into websiteWilliam Carroll9-0/+744
Nest the sandbox work under ./website.
2020-03-20 Move learn to website/learnWilliam Carroll3-0/+88
Nest the learn directory in the website directory.
2020-03-20 Move blog into website/blogWilliam Carroll37-0/+1209
Nest the blog work within the website directory.
2020-03-20 Add sitemap to wpcarro.devWilliam Carroll2-0/+41
- Create ./website directory - Add a sitemap to wpcarro.dev - Move covid-uk directory to sandbox directory TODO: Next sandbox, blog, and learn in the website directory