Popepedia: the staticing
This commit is contained in:
parent
87e8b6a976
commit
7124fca3fb
6 changed files with 2376 additions and 1 deletions
1
site/content/popepedia/data.json
Normal file
1
site/content/popepedia/data.json
Normal file
File diff suppressed because one or more lines are too long
45
site/content/popepedia/echarts.min.js
vendored
Normal file
45
site/content/popepedia/echarts.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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 %}
|
||||
|
|
2319
site/content/popepedia/pope.jsonl
Normal file
2319
site/content/popepedia/pope.jsonl
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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/)
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue