This is a variant of the Trophy Jekyll theme designed to be used as a personal logbook or journal. Since it is based on a blogging platform, it uses some of Jekyll's built-in functionality in very nonstandard ways. Your mileage will certainly vary.
If you have never heard of Jekyll, learn all about it here.
jekyll archives
, this allows for the automatic creation of records that answer such probing questions such as "How many times I have I really gone to Chipotle this year?" or "When was the last time I hung out with Jane?"jekyll-archives
for automatic creation of person and place records greatly improves the functionality of this project. However, that makes it incompatible with GitHub Pages. You can look at the original Trophy repo for a Pages-compatible solution.From the home screen, the most visible elements are "days":
Days are comprised of individual entries, which are the posts contained in the _posts
folder:
Posts can optionally contain people and person records, which create their own entries. By default, these entries only contain a list of all days for which they are in entries. However, by creating a sidecar file in the _categories
folder, you can include metadata such as a picture and a description. These files should use a dash instead of a space in their name. See the _categories folder for examples, like this one:
Feel free to leave comments and/or submit pull requests for obvious bugs, and I'll do my best. For things like major feature requests or changing how the site functions, I would suggest digging around in the code and seeing if you can build it yourself. In a sense, this project is provided "as-is."
Trophy Jekyll is licensed under the MIT License.