change name of site
Some checks failed
Build and publish / build-and-deploy (push) Has been cancelled
Some checks failed
Build and publish / build-and-deploy (push) Has been cancelled
also update accounts
This commit is contained in:
parent
63f52486ef
commit
7d652f9066
2 changed files with 15 additions and 7 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
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
title: "sloane.sh" # the name of your site, e.g. ACME Corp.
|
title: "sloanelybutsurely.com" # the name of your site, e.g. ACME Corp.
|
||||||
permalink: /:categories/:year/:month/:day/:title/index:output_ext
|
permalink: /:categories/:year/:month/:day/:title/
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-compose
|
- jekyll-compose
|
||||||
- jekyll-webmention_io
|
- jekyll-webmention_io
|
||||||
|
|
||||||
webmentions:
|
webmentions:
|
||||||
username: sloane.sh
|
username: sloanelybutsurely.com
|
||||||
cache_folder: _data
|
cache_folder: _data
|
||||||
|
legacy_domains:
|
||||||
|
- http://sloane.sh
|
||||||
|
- https://sloane.sh
|
||||||
|
- http://sloanelybutsurely.com
|
||||||
bad_uri_policy:
|
bad_uri_policy:
|
||||||
whitelist:
|
whitelist:
|
||||||
- "^https://brid.gy/publish/"
|
- "^https://brid.gy/publish/"
|
||||||
|
@ -24,4 +28,4 @@ webmentions:
|
||||||
|
|
||||||
author:
|
author:
|
||||||
name: sloane
|
name: sloane
|
||||||
url: "https://sloane.sh"
|
url: "https://sloanelybutsurely.com"
|
||||||
|
|
8
index.md
8
index.md
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
layout: default
|
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.
|
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.
|
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 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://toots.sloane.sh/@sloane"></a>
|
||||||
<a rel="me" href="https://bsky.app/profile/sloane.sh"></a>
|
<a rel="me" href="https://bsky.app/profile/sloane.sh"></a>
|
||||||
|
|
Loading…
Reference in a new issue