Skip to content

Commit 395851a

Browse files
committed
metadata & image customization
1 parent 53bab2a commit 395851a

10 files changed

+1716
-28
lines changed

site-metadata.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"layout_style": "overflow",
33
"palette": "#BAEDA5",
44
"header": {
5-
"title": "Michael R.",
6-
"tagline": "Web/App Developer, Data Analyst, Beta Tester, Entrepreneur, Small Business Owner, Blogger, Security & Privacy Advocate",
5+
"title": "Michael Rehnert",
6+
"tagline": "Full-Stack Web Developer | Data Analyst | Blogger | White-Hat Hacker | Entrepreneur | USAF Veteran",
77
"profile_img": "https://res.cloudinary.com/practicaldev/image/fetch/s--9h8J63Ee--/c_fill,f_auto,fl_progressive,h_320,q_auto,w_320/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/497515/85abf111-5f97-462e-8e83-fe46b3be008b.jpeg",
88
"profile_img_alt": "Author avatar",
99
"background": "dark",
@@ -38,17 +38,24 @@
3838
"has_social": true,
3939
"social_links": [
4040
{
41-
"label": "Twitter",
42-
"url": "https://twitter.com/killsh0t13",
41+
"label": "GitHub",
42+
"url": "https://github.com/killshot13",
4343
"style": "icon",
44-
"icon_class": "twitter",
44+
"icon_class": "github",
4545
"new_window": true
4646
},
4747
{
48-
"label": "GitHub",
49-
"url": "https://github.com/killshot13",
48+
"label": "LinkedIn",
49+
"url": "https://www.linkedin.com/in/dmrehnert",
5050
"style": "icon",
51-
"icon_class": "github",
51+
"icon_class": "linkedin",
52+
"new_window": true
53+
},
54+
{
55+
"label": "Twitter",
56+
"url": "https://twitter.com/killsh0t13",
57+
"style": "icon",
58+
"icon_class": "twitter",
5259
"new_window": true
5360
},
5461
{
@@ -72,5 +79,5 @@
7279
}
7380
]
7481
},
75-
"title": "Stackbit Fresh Theme"
82+
"title": "Michael Rehnert: Full-Stack Web Developer"
7683
}

src/data/data.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"author": {
3+
"name": "Michael R.",
4+
"avatar": "https://res.cloudinary.com/practicaldev/image/fetch/s--mkPVL_Y4--/c_fill,f_auto,fl_progressive,h_640,q_auto,w_640/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/497515/85abf111-5f97-462e-8e83-fe46b3be008b.jpeg"
5+
},
6+
"social": {
7+
"devto": { "username": "killshot13" },
8+
"twitter": { "username": "killsh0t13" },
9+
"github": { "username": "killshot13" },
10+
"linkedin": { "username": "Michael Rehnert"}
11+
}
12+
}

src/pages/index.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,53 @@ hide_title: true
44
sections:
55
- section_id: hero
66
type: section_hero
7-
title: "Hi, I'm Stackbit Fresh."
7+
title: "Code. Develop. Engineer."
88
content: >-
9-
This section can contain a subtitle or tagline. The recommended length is
10-
one to three sentences, but can be changed as you prefer.
9+
Hello there!
10+
Welcome to my tiny slice of digital real estate, featuring a curated selection of my best articles and projects. Hope you enjoy!
1111
- section_id: about
1212
type: section_content
1313
title: About
1414
content: >-
15-
This is the "about" excerpt. It can be used to provide a paragraph about
16-
yourself that people can read on the homepage to get a sense of who you
17-
are. There also exists a dedicated about page where you can write more
18-
about yourself for those who are interested.
15+
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!"
1916
actions:
20-
- label: Contact Me
21-
url: /contact
17+
- label: View Portfolio
18+
url: /portfolio
2219
style: button
2320
- section_id: recent-posts
2421
type: section_posts
2522
title: Recent Posts
26-
posts_number: 4
23+
posts_number: 2
2724
actions:
2825
- label: View Blog
2926
url: blog/index.html
3027
style: button
3128
seo:
32-
title: Stackbit Fresh Theme
33-
description: The preview of the Fresh theme
29+
title: M. Rehnert > Full-Stack Web Developer > Portfolio & Blog
30+
description: Articles, tutorials, and samples of open-source code for websites and software. Authored, designed, and published by Michael Rehnert.
3431
extra:
3532
- name: "og:type"
3633
value: website
3734
keyName: property
3835
- name: "og:title"
39-
value: Stackbit Fresh Theme
36+
value: M. Rehnert > Full-Stack Web Developer > Portfolio & Blog
4037
keyName: property
4138
- name: "og:description"
42-
value: The preview of the Fresh theme
39+
value: Articles, tutorials, and samples of open-source code for websites and software. Authored, designed, and published by Michael Rehnert.
4340
keyName: property
4441
- name: "og:image"
45-
value: images/4.jpg
42+
value: images/rehnert.co-OGimg.svg
4643
keyName: property
4744
relativeUrl: true
4845
- name: "twitter:card"
49-
value: summary_large_image
46+
value: images/rehnert.co-twitter-card.png
47+
relativeUrl: true
5048
- name: "twitter:title"
51-
value: Stackbit Fresh Theme
49+
value: M. Rehnert | Web Developer | Portfolio & Blog
5250
- name: "twitter:description"
53-
value: The preview of the Fresh theme
51+
value: Articles, tutorials, and samples of open-source code for websites and software by M. Rehnert.
5452
- name: "twitter:image"
55-
value: images/4.jpg
53+
value: images/rehnert.co-twitter-card.svg
5654
relativeUrl: true
5755
template: advanced
5856
---

0 commit comments

Comments
 (0)