diff options
| author | Fuwn <[email protected]> | 2024-06-17 06:35:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-17 06:35:30 -0700 |
| commit | 5559616d7774146275646251fb4183f067fa7e60 (patch) | |
| tree | 3bc2098243bf3d79596df863fb08e7e05f970f1d /content/unused | |
| parent | feat(blogs): update blog descriptions (diff) | |
| download | locus-5559616d7774146275646251fb4183f067fa7e60.tar.xz locus-5559616d7774146275646251fb4183f067fa7e60.zip | |
feat(blogs): remove news
Diffstat (limited to 'content/unused')
| -rw-r--r-- | content/unused/blogs/news/20220816.gmi | 10 | ||||
| -rw-r--r-- | content/unused/blogs/news/20220820.gmi | 3 | ||||
| -rw-r--r-- | content/unused/blogs/news/20220910.gmi | 1 | ||||
| -rw-r--r-- | content/unused/blogs/news/20220914.gmi | 16 | ||||
| -rw-r--r-- | content/unused/blogs/news/20221001.gmi | 4 | ||||
| -rw-r--r-- | content/unused/blogs/news/20230418.gmi | 5 | ||||
| -rw-r--r-- | content/unused/blogs/news/blog.json | 41 |
7 files changed, 80 insertions, 0 deletions
diff --git a/content/unused/blogs/news/20220816.gmi b/content/unused/blogs/news/20220816.gmi new file mode 100644 index 0000000..76aa015 --- /dev/null +++ b/content/unused/blogs/news/20220816.gmi @@ -0,0 +1,10 @@ +## Stock Market Data + +Visit the /stocks route to get general purpose stock market data. + +=> /stocks Stocks: Includes direct access to the rest of the stocks portal +=> /stocks/search Search: Search for a specific symbol + +Special thanks to Finnhub for the stock market data! + +=> https://finnhub.io Finnhub
\ No newline at end of file diff --git a/content/unused/blogs/news/20220820.gmi b/content/unused/blogs/news/20220820.gmi new file mode 100644 index 0000000..af97d4d --- /dev/null +++ b/content/unused/blogs/news/20220820.gmi @@ -0,0 +1,3 @@ +* Moved the readability disclaimer to its own page +* Added links to the news sub-blog, the sitemap page, and the readability disclaimer onto the front page +* Added a description to the sitemap page
\ No newline at end of file diff --git a/content/unused/blogs/news/20220910.gmi b/content/unused/blogs/news/20220910.gmi new file mode 100644 index 0000000..8deb39b --- /dev/null +++ b/content/unused/blogs/news/20220910.gmi @@ -0,0 +1 @@ +* Added a reference to the stocks dashboard on home page
\ No newline at end of file diff --git a/content/unused/blogs/news/20220914.gmi b/content/unused/blogs/news/20220914.gmi new file mode 100644 index 0000000..52097c2 --- /dev/null +++ b/content/unused/blogs/news/20220914.gmi @@ -0,0 +1,16 @@ +## Tor + +* Added an alternative dark.fail domain +* Added Tor and WWW links for tor.taxi + +## Miscellaneous + +* Removed the trailing whitespace from news entries + +## Cryptocurrency + +* Created a cryptocurrency dashboard + +## Stock Market Dashboard + +* Add links to the cryptocurrency dashboard
\ No newline at end of file diff --git a/content/unused/blogs/news/20221001.gmi b/content/unused/blogs/news/20221001.gmi new file mode 100644 index 0000000..19b3e26 --- /dev/null +++ b/content/unused/blogs/news/20221001.gmi @@ -0,0 +1,4 @@ +## Stocks Dashboard + +* Replace links that direct to the direct search action with links that direct to the search page. +* Add a Telegram groups page
\ No newline at end of file diff --git a/content/unused/blogs/news/20230418.gmi b/content/unused/blogs/news/20230418.gmi new file mode 100644 index 0000000..e83dd38 --- /dev/null +++ b/content/unused/blogs/news/20230418.gmi @@ -0,0 +1,5 @@ +* Create a Web-to-Gemini proxy +* Create a useful links page + +=> /web Web-to-Gemini Gateway +=> /useful Useful Links
\ No newline at end of file diff --git a/content/unused/blogs/news/blog.json b/content/unused/blogs/news/blog.json new file mode 100644 index 0000000..b5941d8 --- /dev/null +++ b/content/unused/blogs/news/blog.json @@ -0,0 +1,41 @@ +{ + "description": "The Update Logs of This Gemini Capsule (Inconsistently Updated)", + "posts": { + "20220816": { + "author": "Fuwn", + "created": "2022. 08. 16.", + "last_modified": "2022. 08. 16.", + "name": "The Market Soars! (2022. 08. 16.)" + }, + "20220820": { + "author": "Fuwn", + "created": "2022. 08. 20.", + "last_modified": "2022. 08. 20.", + "name": "Shifting Around (2022. 08. 20.)" + }, + "20220910": { + "author": "Fuwn", + "created": "2022. 09. 10.", + "last_modified": "2022. 09. 10.", + "name": "Front Page Movement (2022. 09. 10.)" + }, + "20220914": { + "author": "Fuwn", + "created": "2022. 09. 14.", + "last_modified": "2022. 09. 14.", + "name": "The September 14th, 2022 Update (2022. 09. 14.)" + }, + "20221001": { + "author": "Fuwn", + "created": "2022. 10. 01.", + "last_modified": "2022. 10. 01.", + "name": "Stocks Dashboard (2022. 10. 01.)" + }, + "20230418": { + "author": "Fuwn", + "created": "2023. 04. 18.", + "last_modified": "2023. 04. 18.", + "name": "The April 18th, 2023 Update (2023. 04. 18.)" + } + } +} |