Jekyll lightweight static site generator #
As we know, in modern website development, every dev mode will use the production folder, of course taking up a lot of space in your project. Specifically, node js websites generally store the installation folder in the node_module folder.
Just like node, your static site generator will also produce production output into your project, let's call it _site
in this folder is the production folder generated from dev mode. and of course all files from dev mode will be cloned to production mode. This is what will take up the most space in your project.
Why Jekyll? because jekyll works in the ruby environment, so it does not require a node_module folder for the installation process, therefore building a project with jekyll is actually lighter, because jekyll will only add production mode to the project, and does not include the node_module folder in their project.
Without node module folder, using Jekyll is relatively easy, not only that, Jekyll's capabilities increasingly perfect with ease in project customization needs, SEO support, and so on.
And if you need source code or Jekyll-based services then use our projects and services.