Steven Leabo
Steven Leabo
Hi @mangbaam I'm currently using this theme and noticed that `.box-note` `.box-error` and `.box-warning` aren't declared in any of the .SCSS files and the post from the screenshot above did...
You could fork a copy and that way bring in changes as the repo is updated
@shadcn This might be better to set up this change as a component variant for a centered `navigation-menu` and leave the default classes as is. The `left-0` makes things nice...
Hi! Are you importing the component and then adding the classes on the element? It worked for me so I'm not sure I'm understanding. If you had some code public...
The conditions for the `_includes/extensions/google-analytics.html` to populate in the `_includes/head.html` are if the google_analytics property is set in the `_config.yml` (yours is) **AND** the jekyll environment is set to `production`....
> Awesome, thanks for your help! This is certainly enough to get me started, but I can't help feeling that it would be nicer if all editing could be done...