From 2e4995a4ed7be72efba8a8fe38e4b2a2235a14eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ara=C3=BAjo?= Date: Thu, 14 Nov 2024 16:48:08 -0300 Subject: [PATCH] Moved cards.json to _assets dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- {assets/data => _assets}/en-us/cards.json | 0 {assets/data => _assets}/pt-br/cards.json | 0 _config.yml | 8 ++------ 3 files changed, 2 insertions(+), 6 deletions(-) rename {assets/data => _assets}/en-us/cards.json (100%) rename {assets/data => _assets}/pt-br/cards.json (100%) diff --git a/assets/data/en-us/cards.json b/_assets/en-us/cards.json similarity index 100% rename from assets/data/en-us/cards.json rename to _assets/en-us/cards.json diff --git a/assets/data/pt-br/cards.json b/_assets/pt-br/cards.json similarity index 100% rename from assets/data/pt-br/cards.json rename to _assets/pt-br/cards.json diff --git a/_config.yml b/_config.yml index 2063413..b756292 100644 --- a/_config.yml +++ b/_config.yml @@ -8,11 +8,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com # Jekyll Polyglot languages: ["en-us", "pt-br"] default_lang: "pt-br" -exclude_from_localization: - - assets/css - - assets/img - - assets/js - - assets/scss +exclude_from_localization: ["assets"] lang_from_path: true parallel_localization: false @@ -40,7 +36,7 @@ exclude: - run_on_data_changed.sh - todo.md -include: ["_pages"] +include: ["_assets", "_pages"] plugins: - jekyll-minifier