Commit Graph

3 Commits

Author SHA1 Message Date
Evan G. 8db46ba527 Add People List
This uses XML due to the fact that XML can peserve order, however Go, therefore hugo, does not peserve XML element order while unmarashlling, meaning that there is a bug in Go techincally... This is dissapointing to me, however the result here is good enough that I will continue to use this.
2024-05-23 14:06:46 -05:00
Evan G. c393515499 I forgot to make these drafts 2024-05-22 21:35:32 -05:00
Evan G. 2af6e03dfd Work on List of people
This is a future project that will use a json file to list out a JSON array of people, which will include many, many different people. This is not finished, and I need to work on the syntax that I will use. This should not be considered production-ready. The idea here, is to us a JSON asset to list out the full array of people. This will include their sites, fediverse, and other links... This will have to be statically typed... and should be a niceity. I also do like organizing stuff in JSON, as it is superior IMO to XML, I really hate XML. I prefer JSON over XML in most things, and will not ever ultize XML inside of this project, beyond the RSS feed. The Syntax of JSON is just much simpler and exactly what I am looking for
2024-05-22 21:34:09 -05:00