Interesting site I built on top of Github Pages #190253
Replies: 2 comments 2 replies
-
|
This is a really cool personal archive. I love the level of detail—especially the "Device" and "Location" fields. It adds a weirdly nostalgic layer that most people wouldn't think to track. A few thoughts: The ratings are interesting. You've got a bunch of 7s and 8s, some 6s, and a lot of unrated ones with "Progress: X/24". It looks like you're using this as both a catalog and a way to track unfinished courses. That's actually a really nice use case—like a personal learning backlog. Potential feature ideas: A stats page—total listening time, average rating by lecturer, most-used device, etc. People love seeing the numbers add up. Tagging or filtering by "location" (Night Walks, Gym, Car). That's a pretty unique dimension—it tells a story about when and where you learn. Export to something like a CSV or JSON. If this is a personal data archive, having a way to get the data out would make it feel more "future-proof." What I'm curious about: Is this manually entered, or do you have a script generating it from some source? The "Progress" field suggests you revisit courses—do you update entries over time? For the GitHub team perspective: Curious to see where you take it. Even if you "don't know what you want to do with it," just having the data in a clean, searchable format is already valuable. |
Beta Was this translation helpful? Give feedback.
-
|
Really interesting idea using GitHub Pages as a personal media browser is clever. From the initial view, the page feels very minimal, with just a sort control and a page-visits loading indicator, and your site is set up so media.html is served as a static page through MkDocs Material. A few improvements that would make it much stronger: add a clear title/subtitle explaining what this media collection contains, show thumbnails or cards instead of only a plain list, and include richer metadata like type, date, tags, and file size. Search plus filters for category/date would make browsing much easier, and a better loading/error state for the visits counter would make the page feel more polished. If the content is personal data, a short note on what is public and what is private would also build trust. Overall, the concept is strong a bit more structure and discoverability would make it much easier to use and contribute to. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Interesting site on top of GitHub Pages
I did an interesting site on top of GitHub pages. The interesting part is not mkdocs (which is quite common) but the media link there where you can browse my own personal data of various sorts.
I really don't know what I want to do with it, but thought I would post the link here so that people could comment and maybe get ideas from me and contribute some back.
Also I wanted to hear what the GitHub engineering team thought of it.
The URL is https://veltzer.github.io/media
Beta Was this translation helpful? Give feedback.
All reactions