Styles and Assets for Jekyll/GitHub Pages
Unless it’s replaced at build time via an entry in config.presets.templates, the following subdirectories of docs typicall contain templates and other resources for you site:
_includes: partials to be included by the templates in_layouts_layouts: the templates for the different page or tsypes you can use in your site_sass: SCSS paritals that are processed into a single CSS flecss: css files, either compiled by Jekyll, or added manuallyjs:menu: files related to smartmenus
see the Jekyll documentation for more information.