9 lines
397 B
JavaScript
9 lines
397 B
JavaScript
export const title = "The Ramblings of TerribleDev";
|
|
export const url = "https://blog.terrible.dev/";
|
|
export const language = "en";
|
|
export const description = "My name is Tommy Parnell. I usually go by TerribleDev on the internets. These are just some of my writings and rants about the software space.";
|
|
export const author = {
|
|
name: "Tommy Parnell",
|
|
url: "https://blog.terrible.dev/about/"
|
|
};
|