Hi
I am curious as to what is the ‘correct’ way to build a Jekyll site is. I’ve gone through the quick start a few times and have notice a few things…
For one, I’m unsure as to if after I “mkdir blog > cd blog > $ gem install jekyll bundler > jekyll ./ > bundle exec jekyll serve” honestly where to go from here. Also should i be gem install jekyll bundler in every folder i create a jekyll project?
Second, after I’ve got the jekyll build structure set up… I’m a little unsure really about as well about ‘building’. Should a build be ran “jekyll build” after I’ve developed my site or does this need to be ran prior to creating what is desired/what I develop…
Third. After I’ve iterated over the previous to correctly do I need to run a dynamic jekyll command to create my _layouts and _includes or could i possibly just right click and create a new folder “not dynamically”.
Since static pages should be in _layouts if i believe correctly will that only be referenced in the “Front Matter” or with this in liquid syntax be delcared in the actual page desired if that makes sense. If i wanted a “home.html/.md” where the index.html/.md is referencing the post that auto populates as always would that be delacred in that post front matter or somewhere else.
As well once i’ve built the structure out, where will i be working… in the root or _site or _dest. Im thinking not _dest but just need to get clear answer. Thanks…