Improve JS and portability

This commit is contained in:
2019-10-16 20:03:39 +02:00
parent 4dda1e0a9c
commit e49778e0ed
2 changed files with 11 additions and 5 deletions

View File

@@ -34,8 +34,12 @@ extensions = [ "hardLineBreak" ]
Diaspora = "diasp.eu/u/mxmehl"
[params.mastodoncomments]
# Link to your Mastodon profile. Please use the format https://<instanceURL>/users/<youruser>
user = "https://mastodon.social/users/mxmehl"
regex = '/\/?blog\/\d\d\d\d\/.+$/'
# A regex which defines the relative path for URLs which you want to grep comments for.
# Character classes like \d (digits) have to be escaped, so \\d
regex = '/blog/\\d\\d\\d\\d/.+$'
# Contact address or URL. Can be a relative or absolute URL, or also a mailto:// address
contact = "/contact/"
## Main Menu