fix: email address

This commit is contained in:
Cory Dransfeldt 2023-08-16 16:12:53 -07:00
parent cbf2f0e92b
commit 02fa61f7d5
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ module.exports = async function () {
{ name: 'Webrings', icon: 'heart-handshake' },
],
social: [
{ name: 'Email', url: 'mailto:hi@coryd.dev', icon: 'at' },
{ name: 'Email', url: 'mailto:coryd@hey.com', icon: 'at' },
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
{ name: 'Last.fm', url: 'https://www.last.fm/user/cdrn_', icon: 'brand-lastfm' },

View file

@ -67,6 +67,6 @@ The final two post types / work flows I use are identical to the first aside fro
textastic://x-callback-url/new?name=note.gallery.txt&text=Title:%20[[title]]%0D----%0DWhen:%20[[date|%m.%d.%Y]]%0D----%0DText:%20[[body]]
```
Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:hi@coryd.me).
Using these actions to publish content from Drafts to your Kirby-based site should be as simple as changing the file name sent to Textastic in each workflow. If you run in to any problems or have any suggestions for improving these workflows feel free to [let me know](mailto:coryd@hey.com).
Many thanks to [Alex Duner](http://alexduner.com/) and [Nate Boateng](http://rantsandrambles.net/) for the Statamic Drafts workflow they provided to get me pointed in the right direction on this.