summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/views/about.blade.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index b8547f2..dd1d848 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -41,6 +41,20 @@ If you have feedback, want to report a bug or just say hello, hit me up by e-mai
<br>
You can now also follow on Mastodon <a title="Follow on Mastodon {{ env('MASTODON_HANDLE') }}" href="{{ env('MASTODON_URL') }}" target=_blank>{!! file_get_contents(public_path() . "/img/mastodon.svg") !!} @MostDiscussed</a> to stay up to date.
+<h2>📈 Meanwhile: <strong>Stats!</strong></h2>
+
+Indexed articles: <strong>{{ $count_articles }}</strong>
+<br>
+Discussions on HN: <strong>{{ $count_discussions }} </strong>
+<br>
+Sum of all comments: <strong>{{ $count_comments}} </strong>
+<br>
+Sum of all upvotes: <strong>{{ $count_upvotes }} </strong> (...soo much internet juice 🤤)
+<br>
+<br>
+Keep reading!
+
+
<!--
I was curious what HN may find interesting, so I used upvoted or discussed articles from Wikipedia as a proxy and build this. All articles are <a href="{{ route('popular_topics') }}">structured and categorized</a> to get a better overview. Unsurprisingly <a href="{{ route('topic', 'computing') }}">computing</a> was on the top, but then it might get interesting.
<br>