mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
7 lines
232 B
Python
7 lines
232 B
Python
WORDCLOUD_FONT = "NotoSansMono-Regular.ttf"
|
|
WEB_ANALYTICS_DOMAIN = "boost.org"
|
|
WEB_ANALYTICS_API_URL = (
|
|
f"https://plausible.io/api/stats/{WEB_ANALYTICS_DOMAIN}/top-stats/?period=custom"
|
|
"&from={:%Y-%m-%d}&to={:%Y-%m-%d}"
|
|
)
|