You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better to exclude these from the build. There are two approaches:
List them in the exclude field of the config file. Easy, but have to maintain a list of files to exclude, and "In Jekyll 3, the exclude configuration option replaces the default exclusion list.", which means the default exclude list also has to be included. Current repo would then have the following exclude list:
When Jekyll builds the site, all non-dotfiles are copied to the
_site
folder and included on the hosted website.For example:
It would be better to exclude these from the build. There are two approaches:
exclude
field of the config file. Easy, but have to maintain a list of files to exclude, and "In Jekyll 3, theexclude
configuration option replaces the default exclusion list.", which means the default exclude list also has to be included. Current repo would then have the following exclude list:This separates the jekyll files from the non-web repo files.
The text was updated successfully, but these errors were encountered: