Skip to content

Commit e8d9822

Browse files
committed
Fix(mdj): temp removal of 404 links
1 parent ca23c77 commit e8d9822

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

site-metadata.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@
1919
"url": "/blog/",
2020
"style": "link"
2121
},
22-
{
23-
"label": "Portfolio",
24-
"url": "/portfolio/",
25-
"style": "link"
26-
},
27-
{
28-
"label": "About",
29-
"url": "/about/",
30-
"style": "link"
31-
},
3222
{
3323
"label": "Contact",
3424
"url": "/contact/",

src/pages/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ sections:
1313
title: About
1414
content: >-
1515
My name is Michael, and I am a full-stack web developer. I empower my customers, clients, and the companies I work for to establish and secure their online interests. From web design to cloud encryption, "My Business Is You!"
16-
actions:
17-
- label: View Portfolio
18-
url: /portfolio
19-
style: button
2016
- section_id: recent-posts
2117
type: section_posts
2218
title: Recent Posts

src/pages/keybase.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

workspace.code-workspace

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"folders": [
33
{
44
"path": "../my-dev-jamstack"
5+
},
6+
{
7+
"path": "../mdj-local-store"
58
}
69
],
710
"settings": {}

0 commit comments

Comments
 (0)