google / eleventy-high-performance-blog

A high performance blog template for the 11ty static site generator.
https://www.industrialempathy.com/posts/eleventy-high-performance-blog/
MIT License
4.02k stars 283 forks source link

Why are all source files not located in src/? #96

Closed mufidu closed 3 years ago

mufidu commented 3 years ago

I found it quite overwhelming to maintaining the posts, as they are located in the main folder, mixed with all configurations. Wouldn't it be better if all contents (containing .md and .njk files) are separated in the src/ folder? There is just one main.js file in that folder now.

Or is there any reason they are arranged this way?

Other than that, this template is amazing. Thank you.

cramforce commented 3 years ago

This is just how eleventy projects are typically set up. Might make sense to change, but this wouldn't be the place.

mufidu commented 3 years ago

Thanks for answering! Since it's a template, I think it's up to us how we arrange the files, right?

It's already an amazing template by default. Thanks again, @cramforce.

cramforce commented 3 years ago

Yep, you can move things around however you like!