-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blogposts: extract metadata from git #96
Comments
fetching the |
it's pretty easy to create more functions like the one used in #409 to get different metadata from git:
e.g. to get the commiters name use |
For example: date created, last edited, author email & username.
This data is probably stored in the git metadata, so we don't have to fill in this information by hand.
The text was updated successfully, but these errors were encountered: