diff options
-rw-r--r-- | _config.yml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/_config.yml b/_config.yml index f753d5c..a541f1e 100644 --- a/_config.yml +++ b/_config.yml @@ -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 |