Mobile app version of vmapp.org
Login or Join
Cofer257

: What is the point of Jekyll in a single page website? My boss gave me a single page website to develop, and Jekyll is mandatory. of course I dont directly question my hierarchy. I'm not really

@Cofer257

Posted in: #Jekyll

My boss gave me a single page website to develop, and Jekyll is mandatory. of course I dont directly question my hierarchy. I'm not really used to jekyll so perhaps there is something I didn't get. How would you justify its use for a single page website ? (and not a single page app)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry384

Jekyll does not necessarily operate on the webpage level. With Data Files, you can have data in multiple files that can be rendered on the same webpage.

Besides that, general advantages might be the template engine with filters, support for Sass and CoffeeScript, various plugins, etc.

If it’s useful in this specific case would depend on the site, your workflow, and especially what you’d use instead of Jekyll.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme