Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fundor333/macia-indiweb
https://github.com/fundor333/macia-indiweb
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fundor333/macia-indiweb
- Owner: fundor333
- License: unlicense
- Created: 2024-07-25T20:18:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T12:26:15.000Z (4 months ago)
- Last Synced: 2024-10-28T10:45:50.491Z (about 2 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Macia Indiweb
Hugo Module for adding the header for the WebMention and other stuff for the Indiweb Open Standard
## Shortcode
For adding the urls in the head for the webmentions you can use this shortcode
~~~ html
{{ partial "macia-indiweb/indiweb.html" . }}
~~~For the auth for the indiweb logins you can use this shortcode in the head
~~~ html
{{ partial "maciawebmention/auth.html" . }}
~~~## Configs
The config for params for the indiweb are
~~~ yaml
params:
maciaindiweb:
webmention:
pingback:
micropub:
microsub:
authorization_endpoint:
token_endpoint:
~~~For the auth indiweb the config are
~~~yaml
params:
auth:
x:
mastodon:
twitter:~~~
And here can set the url for the indiweb authentication.You can set any of them.