Skip to content

Commit 3659d10

Browse files
committed
update domain
1 parent 296d7c3 commit 3659d10

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ratcliff.io
1+
kevinratcliff.com

_config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"
44

55
# Site Settings
66
locale : "en-US"
7-
title : "ratcliff.io: Kevin Ratcliff's personal web site"
7+
title : "kevinratcliff.com: Kevin M Ratcliff's personal web site"
88
title_separator : " | "
99
subtitle : # site tagline that appears below site title in masthead
10-
name : "Kevin Ratcliff"
11-
description : "Personal web site for Kevin Ratcliff, a sysadmin and ham radio operator in Bloomington, Indiana."
12-
url : "https://ratcliff.io"
10+
name : "Kevin M Ratcliff"
11+
description : "Personal web site for Kevin M Ratcliff, a sysadmin and ham radio operator in Bloomington, Indiana."
12+
url : "https://kevinratcliff.com"
1313
baseurl : # the subpath of your site, e.g. "/blog"
1414
repository : "kratcliff/kratcliff.github.io"
1515
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
@@ -79,7 +79,7 @@ og_image : # Open Graph/Twitter default site image
7979
# - https://developers.google.com/structured-data/customize/social-profiles
8080
social:
8181
type : # Person or Organization (defaults to Person)
82-
name : Kevin Ratcliff
82+
name : Kevin M Ratcliff
8383
links: # An array of links to social media profiles
8484

8585
# Analytics
@@ -92,18 +92,18 @@ analytics:
9292

9393
# Site Author
9494
author:
95-
name : "Kevin Ratcliff"
95+
name : "Kevin M Ratcliff"
9696
avatar : "/assets/images/kratcliff.png"
9797
bio : ""
9898
location : "Bloomington, IN"
9999
email :
100100
links:
101101
- label: "Email"
102102
icon: "fas fa-fw fa-envelope-square"
103-
url: "mailto:kevin@ratcliff.io"
103+
url: "mailto:kevin@kevinratcliff.com"
104104
- label: "Website"
105105
icon: "fas fa-fw fa-link"
106-
url: "https://ratcliff.io"
106+
url: "https://kevinratcliff.com"
107107
- label: "LinkedIn"
108108
icon: "fab fa-fw fa-linkedin"
109109
url: "https://www.linkedin.com/in/kevin-m-ratcliff/"

_data/navigation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ main:
77
- title: "Contact"
88
url: /contact/
99
- title: "Photos"
10-
url: https://photos.ratcliff.io/
10+
url: https://photos.kevinratcliff.com/

_pages/about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "About"
33
permalink: /about/
4-
last_modified_at: "2024-05-01 00:00:00 -0400"
4+
last_modified_at: "2024-10-20 00:00:00 -0400"
55
---
66
## About me
77

88
In my professional life I'm a system administrator. Servers and networks and security and all that stuff. I've been an amateur radio operator (call sign KB9MQU) since 1996, and currently hold a General class operator license. I also find aviation interesting, and you can browse some of the photos I’ve taken at airshows in the last few years.
99

1010
## About this web site
1111

12-
I've had my own web site for quite some time, first at kevinratcliff.com and now at [ratcliff.io](https://ratcliff.io). Over the years the various hosting options have changed, and the site is now being hosted by GitHub Pages.
12+
I've had my own web site for quite some time. Over the years the various hosting options have changed, and the site is now being hosted by GitHub Pages.

_pages/contact.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: "Contact Me"
33
permalink: /contact/
4-
last_modified_at: "2023-04-09 00:00:00 -0400"
4+
last_modified_at: "2024-10-20 00:00:00 -0400"
55
---
66
## Email
77

8-
My primary email address is [kevin@ratcliff.io](mailto:kevin@ratcliff.io). My alternate address is [kevin@kevinratcliff.com](mailto:kevin@kevinratcliff.com).
8+
My primary email address is [kevin@kevinratcliff.com](mailto:kevin@kevinratcliff.com). My alternate address is [kevin@ratcliff.io](mailto:kevin@ratcliff.io).
99

1010
## PGP/GPG
1111

12-
My PGP/GPG public key ID for [[email protected]](mailto:[email protected]) is [0xD919740C54D7F776](/assets/downloads/0xD919740C54D7F776.public.asc.txt) and my fingerprint is `8E4B 59AB CF1C 38CC D89A 9A89 D919 740C 54D7 F776`.
13-
1412
My PGP/GPG public key ID for [[email protected]](mailto:[email protected]) is [0x55D53B118515521F](/assets/downloads/0x55D53B118515521F.public.asc.txt)) and my fingerprint is `5697 B1FA 9A9E 0CCE 814B 6821 55D5 3B11 8515 521F`.
1513

14+
My PGP/GPG public key ID for [[email protected]](mailto:[email protected]) is [0xD919740C54D7F776](/assets/downloads/0xD919740C54D7F776.public.asc.txt) and my fingerprint is `8E4B 59AB CF1C 38CC D89A 9A89 D919 740C 54D7 F776`.
15+
1616
My public keys are are also available at [keys.openpgp.org](https://keys.openpgp.org/).
1717

1818
## E2EE Messaging

index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Welcome to ratcliff.io!"
2+
title: "Welcome to kevinratcliff.com!"
33
layout: home
4-
last_modified_at: "2024-08-04 00:00:00 -0400"
4+
last_modified_at: "2024-10-20 00:00:00 -0400"
55
---
66
## I’m Kevin, and this is my web site.
77

security.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Contact: mailto:[email protected]
21
Contact: mailto:[email protected]
2+
Contact: mailto:[email protected]
33
Expires: 2025-01-01T04:59:00.000Z
4-
Encryption: https://ratcliff.io/assets/downloads/0xD919740C54D7F776.public.asc.txt
5-
Encryption: https://ratcliff.io/assets/downloads/0x55D53B118515521F.public.asc.txt
4+
Encryption: https://kevinratcliff.com/assets/downloads/0xD919740C54D7F776.public.asc.txt
5+
Encryption: https://kevinratcliff.com/assets/downloads/0x55D53B118515521F.public.asc.txt
66
Preferred-Languages: en
7-
Canonical: https://ratcliff.io/security.txt
7+
Canonical: https://kevinratcliff.com/security.txt

0 commit comments

Comments
 (0)