| 1 | const siteMeta = { |
| 2 | author: "Steve Simkins", |
| 3 | title: "Steve Simkins", |
| 4 | description: "Developer and Technical Writer", |
| 5 | lang: "en-GB", |
| 6 | ogLocale: "en_GB", |
| 7 | githubUrl: "https://github.com/stevedsimkins/stevedsimkins-dev-astro", |
| 8 | themeColorLight: "#edeff3", |
| 9 | themeColorDark: "#1e2021", |
| 10 | }; |
| 11 | |
| 12 | export default siteMeta; |