Skip to content

Commit

Permalink
Moved cards.json to _assets dir
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Nov 14, 2024
1 parent bac3ff4 commit 2e4995a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 2 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -40,7 +36,7 @@ exclude:
- run_on_data_changed.sh
- todo.md

include: ["_pages"]
include: ["_assets", "_pages"]

plugins:
- jekyll-minifier
Expand Down

0 comments on commit 2e4995a

Please sign in to comment.