This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/_data/site.js
2023-11-22 19:19:04 -08:00

11 lines
443 B
JavaScript

module.exports = async function () {
return {
name: 'Cory Dransfeldt',
email: 'cory.dransfeldt@gmail.com',
url: 'https://coryd.dev',
logo: 'https://coryd.dev/assets/img/logo.webp',
title: 'Cory Dransfeldt',
description:
"I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
}
}