Fix contributors #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix_contributors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This enables contributor badges.
To enable contributors, use an override, probably by adding to
src/Postroll.svelte.Then, enable contributor badges in the
_config.ymllike this:The items are wrapped in classes which you can override in your user.css
That will then scan your git repository for authors, md5 their email address to obscure them, and place gravatars or their names into your blog.
TODO:
CONTRIBUTORS='[ "Chris Dawson:xrdawson@gmail.com", "Bob Johnson:bob@bob.com", "Fooey Foo:foo@foo.com" ]' node $(which yarn) buildchanged the description
changed the description
changed the description
added 1 commit
59169ef9- Update overridable class namesCompare with previous version
changed the description
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.