Compare commits
2 commits
fe86028d7a
...
7d652f9066
Author | SHA1 | Date | |
---|---|---|---|
7d652f9066 | |||
![]() |
63f52486ef |
3 changed files with 22 additions and 14 deletions
14
_config.yml
14
_config.yml
|
@ -1,14 +1,18 @@
|
|||
url: "https://sloane.sh" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
url: "https://sloanelybutsurely.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
title: "sloane.sh" # the name of your site, e.g. ACME Corp.
|
||||
permalink: /:categories/:year/:month/:day/:title/index:output_ext
|
||||
title: "sloanelybutsurely.com" # the name of your site, e.g. ACME Corp.
|
||||
permalink: /:categories/:year/:month/:day/:title/
|
||||
plugins:
|
||||
- jekyll-compose
|
||||
- jekyll-webmention_io
|
||||
|
||||
webmentions:
|
||||
username: sloane.sh
|
||||
username: sloanelybutsurely.com
|
||||
cache_folder: _data
|
||||
legacy_domains:
|
||||
- http://sloane.sh
|
||||
- https://sloane.sh
|
||||
- http://sloanelybutsurely.com
|
||||
bad_uri_policy:
|
||||
whitelist:
|
||||
- "^https://brid.gy/publish/"
|
||||
|
@ -24,4 +28,4 @@ webmentions:
|
|||
|
||||
author:
|
||||
name: sloane
|
||||
url: "https://sloane.sh"
|
||||
url: "https://sloanelybutsurely.com"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
https://sloane.sh/uses/:
|
||||
https://brid.gy/publish/mastodon: 4
|
||||
https://brid.gy/publish/bluesky: 4
|
||||
https://brid.gy/publish/mastodon: 5
|
||||
https://brid.gy/publish/bluesky: 5
|
||||
https://wafer.baby/@d: false
|
||||
https://usesthis.com/: false
|
||||
https://screen.garden: false
|
||||
|
@ -28,8 +28,8 @@ https://sloane.sh/uses/:
|
|||
https://readwise.io/read: 1
|
||||
https://www.negativelabpro.com/: 1
|
||||
https://sloane.sh/2025/01/28/syndication-test/index.html:
|
||||
https://brid.gy/publish/mastodon: 4
|
||||
https://brid.gy/publish/bluesky: 4
|
||||
https://brid.gy/publish/mastodon: 5
|
||||
https://brid.gy/publish/bluesky: 5
|
||||
https://sloane.sh/2025/01/28/post/index.html:
|
||||
https://brid.gy/publish/mastodon:
|
||||
id: '113908767986819456'
|
||||
|
@ -103,7 +103,7 @@ https://sloane.sh/2025/01/28/post/index.html:
|
|||
https://brid.gy/publish/bluesky:
|
||||
id: at://did:plc:j7knblsrh4flod7wy2ynoycs/app.bsky.feed.post/3lgtoykvien23
|
||||
url: https://bsky.app/profile/sloane.sh/post/3lgtoykvien23
|
||||
https://brid.gy: 4
|
||||
https://brid.gy: 5
|
||||
https://webmention.io:
|
||||
status: queued
|
||||
summary: Webmention was queued for processing
|
||||
|
@ -111,6 +111,6 @@ https://sloane.sh/2025/01/28/post/index.html:
|
|||
source: https://sloane.sh/2025/01/28/post/index.html
|
||||
target: https://webmention.io
|
||||
https://sloane.sh/2025/01/28/post-1/index.html:
|
||||
https://brid.gy/publish/mastodon: 3
|
||||
https://brid.gy/publish/mastodon: 4
|
||||
https://sloane.sh/2025/01/29/post-1/index.html:
|
||||
https://brid.gy/publish/mastodon: 3
|
||||
https://brid.gy/publish/mastodon: 4
|
||||
|
|
8
index.md
8
index.md
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: "sloane.sh"
|
||||
title: "sloanelybutsurely.com"
|
||||
---
|
||||
|
||||
# Hi, I'm <a class="h-card p-name u-url" href="https://sloane.sh">Sloane</a>!
|
||||
# Hi, I'm <a class="h-card p-name u-url" href="https://sloanelybutsurely.com">Sloane</a>!
|
||||
|
||||
I'm a professional software engineer and an amateur musician, photographer, wife, chef, and pet mom.
|
||||
|
||||
|
@ -12,5 +12,9 @@ I'm a professional software engineer and an amateur musician, photographer, wife
|
|||
If you're interested in the tools I use you can check out my [usesthis.com](https://usesthis.com) style self-interview.
|
||||
|
||||
<a rel="me authn" href="https://github.com/sloanelybutsurely"></a>
|
||||
<a rel="me" href="https://tech.lgbt/@sloanelybutsurely"></a>
|
||||
<a rel="me" href="https://bsky.app/profile/sloanelybutsurely.com"></a>
|
||||
|
||||
<!-- old accounts -->
|
||||
<a rel="me" href="https://toots.sloane.sh/@sloane"></a>
|
||||
<a rel="me" href="https://bsky.app/profile/sloane.sh"></a>
|
||||
|
|
Loading…
Reference in a new issue