MrGreensWorkshop / MrGreen-JekyllTheme

Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages.
https://jekyll-theme-mrgreen-demo.mrgreensworkshop.com
MIT License
158 stars 294 forks source link

Exclude .github and .vscode on site creation #150

Closed MrGreensWorkshop closed 1 year ago

MrGreensWorkshop commented 1 year ago

Is this enhancement or feature is related to a problem?

When the site is created, the .github and .vscode directories are added to the _site folder. It is better not to include these directories.

Describe the solution you'd like

adding those folders to exclude line in _config.yml file.

Describe alternatives you've considered

none

Additional context

No response