Popepedia: the staticing

This commit is contained in:
akp 2025-05-10 17:32:11 +01:00
parent 87e8b6a976
commit 7124fca3fb
6 changed files with 2376 additions and 1 deletions

File diff suppressed because one or more lines are too long

45
site/content/popepedia/echarts.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@ hideAside: true
---
{% extends "_layouts/base.html" %}
{% block head %}
<script src="https://cdn.jsdelivr.net/npm/echarts@5.6.0/dist/echarts.min.js" integrity="sha256-v0oiNSTkC3fDBL7GfhIiz1UfFIgM9Cxp3ARlWOEcB7E=" crossorigin="anonymous"></script>
<script src="echarts.min.js" integrity="sha256-v0oiNSTkC3fDBL7GfhIiz1UfFIgM9Cxp3ARlWOEcB7E=" crossorigin="anonymous"></script>
{% endblock %}
{% block main %}

File diff suppressed because it is too large Load diff

View file

@ -20,6 +20,7 @@ title: "Sitemap"
* [Places](/places/)
* [Photography](/photography/)
* [Film Development Price Comparison](/photography/dev-prices/)
* [Popepedia](/popepedia/)
* [Projects](/projects/)
* [Quotes](/quotes/)
* [Reading List](/readingList/)

View file

@ -1,3 +1,12 @@
- title: Popepedia
data: 2025-05-08
text: |
* After noticing that the new Pope's Wikipedia page [got quite popular](https://tech.lgbt/@abichrome/114473442489770631) after the announcement of his election, I decided it might be funny to see what that looks like in graph format.
* [It looks like this.](/popepedia)
* A crude collection of [Python scripts](https://git.tdpain.net/codemicro/popepedia), Cron jobs and Caddy reverse proxy rules held together with string produced a live-updating set of graphs that refresh once ever 5 minutes and I quite enjoyed it while it was happening.
* Now that things have quietened down now (as of the 10th), I've stopped the scraper and made the data static.
* This is probably a good thing because the code I wrote for it is shocking.
- title: Setup a Windows mini-PC for photo editing
date: 2025-04-10
text: |