#indieweb

Bookmarked Blogs of Indieweb.xyz (indieweb.xyz)

Blogs of Indieweb.xyz

This is a directory of the blogs that have posted here. I'm hoping to build a good directory of Indieweb blogs by topic. If you want to be listed, simply send a Webmention!

_postfile
content
> Blogs of Indieweb.xyz > > This is a directory of the blogs that have posted here. > I'm hoping to build a good directory of Indieweb blogs by topic. > If you want to be listed, simply send a Webmention!
date
1672916161
day
05
description
> Blogs of Indieweb.xyz > > This is a directory of the blogs that have posted here. > I'm hoping to build a good directory of Indieweb blogs by topic. > If you want to be listed, simply send a Webmention!
domain
indieweb.xyz
filename
2023-01-05-115601.md
filepath
bookmarks
hour
11
link
https://indieweb.xyz/blogs/en
minute
56
minutes_to_read
1
month
01
month_name
January
next
HASH(0x564ea7fd97c8)
prev
HASH(0x564ea7fdd7e8)
second
01
slug
115601
sourcedir
posts/bookmarks/
tags
bookmarks, indieweb
title
Blogs of Indieweb.xyz
type
bookmark
url
/bookmarks/2023/01/05/115601/
url_name
index.html
url_path
/bookmarks/2023/01/05/115601
year
2023
Bookmarked 2021/Düsseldorf - IndieWeb (indieweb.org)

Here you can find posts and documents regarding 2021/Dusseldorf IndieWebCamp.

_postfile
content
Here you can find posts and documents regarding 2021/Dusseldorf IndieWebCamp.
date
1671030278
day
14
description
Here you can find posts and documents regarding 2021/Dusseldorf IndieWebCamp.
domain
indieweb.org
filename
2022-12-14-16:04:38.md
filepath
bookmarks
hour
16
link
https://indieweb.org/2021/D%C3%BCsseldorf
minute
04
minutes_to_read
1
month
12
month_name
December
next
HASH(0x564ea7f93f08)
prev
HASH(0x564ea7e6bc20)
second
38
slug
16:04:38
sourcedir
posts/bookmarks/
tags
bookmarks, indieweb, comment
title
2021/Düsseldorf - IndieWeb
type
bookmark
url
/bookmarks/2022/12/14/160438/
url_name
index.html
url_path
/bookmarks/2022/12/14/160438
year
2022

How to use GPG key with Indieweb login

In reply to: https://indieauth.com/pgp

Here are the steps I did to make it working. Someone might find this useful.

1. Create pulic key: public.gpg

gpg --export --armor --output public.gpg nedzad@nedzadhrnjica.com

Upload file 'public.gpg' to root of your site.

Edit index.html and add following line in "...'

<link rel="pgpkey" href="/public.pgp">

2. Open site: https://indielogin.com

3. Login with your domain name: https://nedzadhrnjica.com

3. Choose login using GPG

4. Copy text from popup

5. create signature

cat | gpg --sign --armor --local-user nedzad@nedzadhrnjica.com

copy signature, including "-----BEGIN PGP MESSAGE----- ... -----END PGP MESSAGE-----"

NOTE: If you got an error 'gpg: signing failed: Invalid IPC response', add '--pinentry-mode loopback' to cli, like this:

So, the new command in case of that error would be:

cat | gpg --sign --armor --local-user nedzad@nedzadhrnjica.com --pinentry-mode loopback

copy signature, including "-----BEGIN PGP MESSAGE----- ... -----END PGP MESSAGE-----"

6. paste in popup, replacing existing text

7. click 'Verify' button

That's it.

All Articles Bookmarks