Move gatsby data to top level

This commit is contained in:
Chuck Dries
2021-06-18 19:13:24 -07:00
parent f8fe81cb8f
commit 7135ec1976
133 changed files with 16750 additions and 16693 deletions

6
src/styles/resume.css Normal file
View File

@@ -0,0 +1,6 @@
.resume {
h1 {
@apply text-3xl font-bold;
}
}