mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Preparing medium and substack for syndication
This commit is contained in:
parent
5e7105d528
commit
565c349fdd
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@
|
||||||
"mastodon": {
|
"mastodon": {
|
||||||
"enabled": {{ .Params.mastodon_enabled | default "false" }},
|
"enabled": {{ .Params.mastodon_enabled | default "false" }},
|
||||||
"toot_id": {{ .Params.mastodon_toot_id | default "null" }}
|
"toot_id": {{ .Params.mastodon_toot_id | default "null" }}
|
||||||
|
},
|
||||||
|
"medium": {
|
||||||
|
"enabled": {{ .Params.medium_enabled | default "false" }},
|
||||||
|
"post_id": {{ .Params.medium_post_id | default "null" }}
|
||||||
|
},
|
||||||
|
"substack": {
|
||||||
|
"enabled": {{ .Params.substack_enabled | default "false" }},
|
||||||
|
"post_id": {{ .Params.substack_post_id | default "null" }}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue