poison icon indicating copy to clipboard operation
poison copied to clipboard

Professional Hugo theme for dev bloggers. Based on Mdo's classic Hyde theme.

Results 49 poison issues
Sort by recently updated
recently updated
newest added

Your documentation states the following: > Table of contents > > Provide a floating table of contents for readers with large enough screens (i.e. screen-width > 1600 pixels). > >...

This commit adds a shortcode for collapsable markdown items. ``` {{< details summary="A summary" >}} Markdown content {{< /details >}} ```

Added an SVG icon for [Signal Messenger](https://signal.org) to the example config in Readme.MD and to the Socials.html file. SVG is taken from the official SVG logo as rendered on Wikimedia...

I went ahead and added the icon for Bluesky since we're using it and will want to link on our website. I just noticed it was mentioned in this issue...

closes #166. Thanks for an amazing theme! This PR introduces a simple nil check with `{{ with $image_path }}` in _meta.html_ before the call to `fileExists $image_path_local`. This change fixes...

I wanted to give this theme a spin and ran straight into an error. To make sure it's not my hugo setup I started from scratch in a different folder,...

In Listmonk, it should be called 'UUID' instead of 'UIID'. Just to avoid confusions.

Can we change the socials icons to be [Tabler icons](https://tabler.io/icons) instead of hardcoded svgs? this way, it will be easier for the user to add custom social icons like mentioned...

- Add new config parameter x_url. - Add X svg file. - Fix Twitter Cards metadata.

Is it possible change the default so that visitors are presented/sent to the /posts/ first for view of the table of contents of posts? Nice job on the theme, by...