I installed zerotier by docker on the linux machine. I could join the network and status is good.
docker exec myzerotier zerotier-cli listnetworks I tried to connect by ssh from another machine in the zerotier network. I tried to ping the linux address and it’s ok. However I can’t ssh into the linux zerotier. Tried to search and not much found.
Then I tried to ping the another machine in the linux.
Trying out the webmention from the method stated in: https://anaulin.org/blog/adding-webmentions/ . To show the avatars of the mentions, I also changed the csp settings on img-src. Test the webmention here: https://webmention.rocks/
To add word count and reading time in your hugo page, use the code below. <span class="post-word-count">{{ .WordCount }} words</span> <span class="more-meta"> {{ .ReadingTime }} </span> To add support for CJK Characters, change the settings below in the config file. hasCJKLanguage = true