Exclude nonblog sites

This commit is contained in:
Huy-Ngo 2021-01-10 12:02:49 +07:00
parent ff2a8653b3
commit 00623d0c7e
1 changed files with 18 additions and 11 deletions

View File

@ -31,6 +31,8 @@ mastodon:
instance: fosstodon.org
github_username: Huy-Ngo
timezone: Asia/Ho_Chi_Minh
# Build settings
theme: minima
plugins:
@ -44,14 +46,19 @@ plugins:
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- .gitignore
- .git/
- LICENSE
- newpost.sh