-
Notifications
You must be signed in to change notification settings - Fork 53
make custom log page #65
Copy link
Copy link
Closed
Description
I've noticed that I've had less strangers from the internet emailing me recently. I wonder if that's because I've been away sick or because my journal is now harder to read in commit messages.
Simplest version of this:
- run on post commit hook locally
- parse via https://github.com/tarmstrong/git2json
- send to data file https://jekyllrb.com/docs/datafiles/
- render via Jekyll template
Extras:
- render the commit messages as github markdown
{{ page.excerpt | markdownify }} - link to commit on github to see file changes
- get rid of strange character errors
- filter out merge commits and "update git log" commits
- main header css
- better styles for each commit
- anchor tags to headings
- table of contents
- also get stuff from /journal into /log?
- show expand and collapseable file changes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels