Replies: 1 comment
-
|
Hey @alxhslm are these implemented as shortcodes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks @nunocoracao for creating such a wonderful theme 🙌! I'm using the theme on my personal website and it looks great.
I'm putting a CV on my about page, and wanted a list of keywords in my skills section. I could have used the badge component, but I couldn't get the spacing right. The spacing between badges (when used to tag articles) is set outside the
badge.htmlitself withinarticle-meta/basic.html. I couldn't see any easy way to get it to work without refactoring.After more thought, I decided that I actually wanted to differentiate these keywords from badges anyway. Keywords are not "alerts" for new or important information, but more of a container, so arguably it makes sense for them to be a different component.
I've implemented a version of this which is now live example on my website:

If you agree that this something you want as part of Blowfish, I'm happy to create a PR.
Beta Was this translation helpful? Give feedback.
All reactions