Looking for Hugo, Jekyll / other SSG users to test a project

Hey there Netlifiers,

I’ve been working on a project that integrates SPA functionality into Eleventy with a super simple set up.

I can’t help but be curious to see if it works with other popular SSG’s that work similarly to Eleventy so if you do happen to be a fan of a specific SSG, give it a try. I would love to find out if it is as compatible as I think it is and what changes could be made to make it universally available to Eleventy-esque SSG’s.

https://github.com/moonfacedesign/tabs

Hope you all are enjoying your weekend.

Kyle.

I added this to my Hugo website. I get this error:

tabs.js:72 Uncaught TypeError: Cannot read property 'classList' of null
    at tabs.js:72

If you wish to test:

My repo is at https://www.github.com/Hrishikesh-K/OpinionJS. However I haven’t committed this change. So, you could add the required file in docs/static folder and then add <script src = "/tabs.js"></script> in docs/layouts/_default/baseof.html.

Also, from docs/assets/bundle.js, remove the lines: import * as Turbo from '@hotwired/turbo' and Turbo.setProgressBarDelay(0).

1 Like