Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Kasuboski <josh.kasuboski@gmail.com>2020-01-16 04:57:08 +0300
committerJosh Kasuboski <josh.kasuboski@gmail.com>2020-01-16 04:57:08 +0300
commitb15facc5023c410dae9fe76afde85a4714892322 (patch)
tree48843260dee570c23ed6cc6418fae677dd07e9c7 /config.toml.example
parent58177f2d69664e6d7c0eccebf9fc5bdc8ba63193 (diff)
Adds IndieWeb endpoints #73
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 7d4cac3..421e67d 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -40,3 +40,15 @@ theme = "indigo"
MicroBlogUser = "MicroBlogUserName"
Country = "CountryName"
City = "CityName"
+
+ [params.endpoints]
+ Auth = "https://indieauth.com/auth"
+ Token = "https://tokens.indieauth.com/token"
+ # To get webmention support, just register at webmention.io and paste the link for endpoint here.
+ #Webmention = "https://webmention.io/<yourusername>/webmention"
+ # To get micropub support, you'll need to install a Micropub endpoint at your site and put its link there.
+ # To get an endpoint with Hugo support, use nanopub: https://github.com/dg01d/nanopub
+ # It will probably require some PHP hackery though, as it's fairly basic.
+ #Micropub = ""
+ # To get microsub support, you can use Aperture from p3k. Either go to https://aperture.p3k.io or self-host it (it's open source!)
+ #Microsub = "" \ No newline at end of file