Skip to content

Commit e197c34

Browse files
committed
add shell content
1 parent 4b98600 commit e197c34

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/pages/about/index.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: About
3+
slug: "/about"
4+
---
5+
6+
The Autonomous Golf Cart Project at Vanderbilt University is part of the Emerging Tech Lab at the Wondry.
7+

gatsby-config.js

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ module.exports = {
2121
slug: `/about`,
2222
},
2323
],
24+
externalLinks: [
25+
{
26+
name: `Github`,
27+
url: `https://www.github.com/vugolfcart`
28+
},
29+
{
30+
name: `Instagram`,
31+
url: `https://www.instagram.com/vugolfcart/`
32+
}
33+
],
2434
},
2535
plugins: [
2636
{

0 commit comments

Comments
 (0)