From 00623d0c7e56ee7f43abaa22be8b609f6ac6d4a7 Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Sun, 10 Jan 2021 12:02:49 +0700 Subject: Exclude nonblog sites --- _config.yml | 29 ++++++++++++++++++----------- 1 file 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 -- cgit 1.4.1