ukwa / ukwa-site

Using static site generation for parts of the our site.
Apache License 2.0
0 stars 4 forks source link

Properly bundle JavaScript dependencies #17

Open anjackson opened 2 years ago

anjackson commented 2 years ago

Currently, e.g. Bootstrap is pulled in from a CDN, same with NetlifyCMS. It would make more sense to use the newer Hugo features that can bring in and build Node/NPM dependencies. This would also make it possible to integrate JavaScript frameworks cleanly so front-end development of data/API-driven services can be supported.