manual push webmention updates, typo

This commit is contained in:
Wouter Groeneveld 2021-05-16 13:53:06 +02:00
parent 94dd470fa9
commit 57b86e5890
3 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@ So, is there a decent alternative? No. But their are alternatives which allow yo
## Enabling Webmentions on Hugo
Another sore point seemed to be the lack of decent guides for people to follow when trying to enable Webmentions - beyond the WM.io "standard" - on their static sites. Since I wrote a Jamstack/webmention microservice called [go-jamming](https://github.com/wgroeneveld/go-jamming) which is used my blogs, I'd like to take this opportunity to show you how easy it is to do it yourself.
Another sore point seemed to be the lack of decent guides for people to follow when trying to enable Webmentions - beyond the WM.io "standard" - on their static sites. Since I wrote a Jamstack/webmention microservice called [go-jamming](https://github.com/wgroeneveld/go-jamming) which is used on my blogs, I'd like to take this opportunity to show you how easy it is to do it yourself.
### Step 1: Running go-jamming yourself
The service is a single binary that is super easy to run anywhere. Follow the README instructions if you'd like to install it as a Linux service or set up a reverse proxy through Nginx. If all goes according to plan, you'll end up with a `https://jam.yourdomain.com/webmention` and pingback endpiont others can POST to. There!
Go-jamming _should_ be an easy drop-in replacement for Webmention.io. However, since I wrote it with my own needs taken into consideration, and nobody else as far as I know is running it, it could be that you require a missing feature or so. Ping me, fork the code, ... and we'll work it out.
Go-jamming _should_ be an easy drop-in replacement for Webmention.io. However, since I wrote it with my mainly own needs taken into consideration, and nobody else as far as I know is running it, it could be that you require a missing feature or so. Ping me, fork the code, ... and we'll work it out.
### Step 2: Retrieve mentions and store locally

View File

@ -6,7 +6,7 @@
},
"name": "Site Ideas",
"content": "A bunch of ideas for my website that might never get implemented.Wanna know more about the website? Check out the meta page!Reading sectionCreate backend interface to edit reads / progress / info.IndieWeb meta tags?Notes sectionMerge small notes if p...",
"published": "2021-05-15T22:58:45+01:00",
"published": "2021-05-16T09:04:05+01:00",
"url": "https://hacdias.com/notes/site-ideas/",
"type": "mention",
"source": "https://hacdias.com/notes/site-ideas",

File diff suppressed because one or more lines are too long