From d60b14c9decdc3fec36afbdb4d8bfa1f6227e533 Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 13 May 2024 03:40:32 +0000 Subject: [PATCH] update site with archive notice --- site/docs/blog/posts/sunset.md | 14 ++++++++++++++ site/mkdocs.yml | 7 ++++--- site/overrides/main.html | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 site/docs/blog/posts/sunset.md create mode 100644 site/overrides/main.html diff --git a/site/docs/blog/posts/sunset.md b/site/docs/blog/posts/sunset.md new file mode 100644 index 0000000..51d9c4b --- /dev/null +++ b/site/docs/blog/posts/sunset.md @@ -0,0 +1,14 @@ +--- +title: "Simple Bot End-of-Life" +date: 2024-05-12 +tags: [Simple Stock Bot, Introduction, Telegram, Discord, Financial Insights] +authors: [Anson] +description: > + Simple Stock Bot is being sunset. +--- + +## What is Simple Stock Bot? + +For full details see my full blog post: https://notes.ansonbiggs.com/simple-stock-bot-end-of-life/ + +I am shutting down Simple Stock Bot, a popular Telegram and Discord bot that provided live stock and cryptocurrency market data. The bot was created in 2018 after my group chat lost access to the Google Allo, which had integrated market data. The bot grew to 15,000 monthly active users, but maintaining the service has become challenging due to increasing data costs and changes to the Discord API. I really appreciate the community and everyone that has donated along the way, this has been a seriously great ride. The bot will soon no longer function on Telegram and Discord. \ No newline at end of file diff --git a/site/mkdocs.yml b/site/mkdocs.yml index 97d5453..9adc036 100644 --- a/site/mkdocs.yml +++ b/site/mkdocs.yml @@ -11,12 +11,13 @@ nav: - Home: index.md - Commands: commands.md - Self-Host: host.md - - Donate: donate.md + # - Donate: donate.md - Contact: contact.md - Blog: blog/index.md theme: name: material + custom_dir: overrides language: en features: - navigation.instant @@ -65,8 +66,8 @@ plugins: markdown_extensions: - attr_list - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - admonition - pymdownx.details - pymdownx.superfences diff --git a/site/overrides/main.html b/site/overrides/main.html new file mode 100644 index 0000000..6d2020c --- /dev/null +++ b/site/overrides/main.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + + +{% block announce %} + +
+

This project is now archived!

+

+ Please + click here for more information. +

+
+
+ +{% endblock %}