gohugoio / hugoThemesSiteBuilder

The source for https://themes.gohugo.io
https://themes.gohugo.io
Apache License 2.0
210 stars 190 forks source link

Add theme ananthb/jughead #473

Open ananthb opened 2 months ago

ananthb commented 2 months ago

ananthb/jughead is a lightweight blog theme for Hugo.

After you have read the instructions for adding a theme, please make sure:

netlify[bot] commented 2 months ago

Deploy Preview for hugothemes ready!

Name Link
Latest commit d63745d1efe4b2be838fb58b1ea0ec7a03b380f5
Latest deploy log https://app.netlify.com/sites/hugothemes/deploys/667742d5850bb00008a97b3d
Deploy Preview https://deploy-preview-473--hugothemes.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

hugo-sid commented 4 weeks ago

Thanks for adding your theme.

From the README:

  1. Forks must be notably different A theme based on an existing Hugo theme (aka a fork) must be notably different for it to be considered a separate theme altogether. In such cases, you should list few arguments in README.md file mentioning why your theme should be included.

The definition of notably different can be subjective, but in most cases, it should be clear. Changing a few colors or making a few style changes, for example, does not result in a notably different theme. It would be better if you submit a pull request to the original theme to include your proposed changes.

Can you list a few arguments in README.md which shows how your theme is different than the original theme?

ananthb commented 4 weeks ago

Sure thing.

On the surface it's similar, but visually I've fixed issues with incorrect spacing, colour contrast issues, and colour palette accessibility issues.

A lot has changed internally in how the theme loads different features. I've re-worked how comments work and I've added support for diagrams, charts, etc.

I've also added better support for Hugo asset pipelines which makes sites load faster and work better. I've also started preliminary work for internationalisation support.

I plan on going a different direction visually now that the internals have largely been figured out.

ananthb commented 4 weeks ago

I'll add this note to the readme shortly.

ananthb commented 4 weeks ago

@hugo-sid I've added a section to my theme's README talking about the reason behind the fork, what's different, and about future plans as well.