git en papandr.eu
This commit is contained in:
parent
c00b9ca28d
commit
760e42474c
383 changed files with 11164 additions and 925 deletions
7
data/address_formats.toml
Normal file
7
data/address_formats.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
#[address_formats]
|
||||
# en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
|
||||
# en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
|
||||
# de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||
# fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||
# zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
||||
es = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
|
|
@ -1,82 +0,0 @@
|
|||
# Page Sharer
|
||||
# Documentation: https://sourcethemes.com/academic/docs/customization/#page-sharer
|
||||
|
||||
[[buttons]]
|
||||
id = "twitter"
|
||||
url = "https://twitter.com/intent/tweet?url={url}&text={title}"
|
||||
title = "Twitter"
|
||||
icon_pack = "fab"
|
||||
icon = "twitter"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "facebook"
|
||||
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
|
||||
title = "Facebook"
|
||||
icon_pack = "fab"
|
||||
icon = "facebook"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "email"
|
||||
url = "mailto:?subject={title}&body={url}"
|
||||
title = "Email"
|
||||
icon_pack = "fas"
|
||||
icon = "envelope"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "linkedin"
|
||||
url = "https://www.linkedin.com/shareArticle?url={url}&title={title}"
|
||||
title = "LinkedIn"
|
||||
icon_pack = "fab"
|
||||
icon = "linkedin-in"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "whatsapp"
|
||||
url = "whatsapp://send?text={title}%20{url}"
|
||||
title = "WhatsApp"
|
||||
icon_pack = "fab"
|
||||
icon = "whatsapp"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "weibo"
|
||||
url = "https://service.weibo.com/share/share.php?url={url}&title={title}"
|
||||
title = "Weibo"
|
||||
icon_pack = "fab"
|
||||
icon = "weibo"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "reddit"
|
||||
url = "https://reddit.com/submit?url={url}&title={title}"
|
||||
title = "Reddit"
|
||||
icon_pack = "fab"
|
||||
icon = "reddit-alien"
|
||||
enable = false
|
||||
|
||||
[[buttons]]
|
||||
id = "pinterest"
|
||||
url = "https://pinterest.com/pin/create/link/?url={url}&description={title}"
|
||||
title = "Pinterest"
|
||||
icon_pack = "fab"
|
||||
icon = "pinterest"
|
||||
enable = false
|
||||
|
||||
[[buttons]]
|
||||
id = "xing"
|
||||
url = "https://www.xing.com/spi/shares/new?url={url}&title={title}"
|
||||
title = "Xing"
|
||||
icon_pack = "fab"
|
||||
icon = "xing"
|
||||
enable = false
|
||||
|
||||
[[buttons]]
|
||||
id = "tumblr"
|
||||
url = "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}"
|
||||
title = "Tumblr"
|
||||
icon_pack = "fab"
|
||||
icon = "tumblr"
|
||||
enable = false
|
Loading…
Add table
Add a link
Reference in a new issue