jsunconf / 2019.jsunconf.eu

0 stars 3 forks source link

Simplify website structure #38

Open JonasASchmidt opened 5 years ago

JonasASchmidt commented 5 years ago

Suggestions:

herschel666 commented 5 years ago

Reduce dependencies

The approach is currently quite lean already when it comes to the generated website, so there's imho not much to shave off.

Simplify template engine implementation

Could you specify this? Is it about Pug? Or the fragmentation into (too many) partials and blocks? Or…?

Remove unused or unnecessary technologies and libraries

Again, do you have certain technologies/libraries on your mind here?

herschel666 commented 5 years ago

Also would you consider it an improvement to abandon the current, rather custom-made approach with Metalsmith, and switch to a better documented static site generator like e.g. https://www.11ty.io/??