jekyll-theme-centos 2.52.0.beta.11 → 2.52.0.beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +11 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8211b7b8d69d5a4b283c91f087260f1831a6c0797d7dc8fe7b93997bb6704f2e
4
- data.tar.gz: fb7cf77ba38a792d731ef9aa8fd3e544602f57cf8bd1e18edc85f586f5479e27
3
+ metadata.gz: 2770dc34f440c7ec17c890cdce467a18875c26dcfb2ebc468b819b20ea97c027
4
+ data.tar.gz: 50b544b9b5d60d38b3ad79c2f869fd28460198daa210d52129dbb0f70125cc70
5
5
  SHA512:
6
- metadata.gz: d26bb55f504c3921b43a167e626be177f3e8257d2ffbfbdfeee8ba8a2949e7182de4f220940f50563d73184916582136f5c3a2d614db82f032d7c2a651b2066b
7
- data.tar.gz: 3a69a5f2e0dacba611e005b89b9dc234f4a8bcff3abc0905aef20f676e3a4d5796f063303f1ee6dcb2aa0a2d038094e4bb1d2c5f72fc11635109090458728146
6
+ metadata.gz: 729568d3c750913e588722942033e380b63d80c2b2a6779466ad8ba2ec4b88bb7ca36f7e49e1f3ae9baa32592fb7a45fc7447b78f7e53795fa3c578dfc9b04f1
7
+ data.tar.gz: a42aa83c4e352b60aaa2e5f70ed7f84da098c0980f535577ea4a66358cd0d9162d6045d5032ba55fcf8cadcb20f0d36d0469828e8a32bf1f0de727c5e9e56799
data/_config.yml CHANGED
@@ -50,8 +50,16 @@ theme: "jekyll-theme-centos"
50
50
 
51
51
  # site.defaults - Set global default values.
52
52
  defaults:
53
+ # Asset files - prevent from being treated as pages and localized
53
54
  - scope:
54
- path: "" # an empty string here means all files in the project.
55
+ path: "assets"
56
+ values:
57
+ output: false
58
+ with_locales: false # Explicitly disable localization for assets
59
+ # Apply localization ONLY to markdown/content files in root and subdirectories
60
+ # (NOT to theme assets, vendor files, or other static files)
61
+ - scope:
62
+ type: "pages"
55
63
  values:
56
64
  layout: "base/default"
57
65
  # ----------------------------------------------------------------
@@ -77,7 +85,7 @@ defaults:
77
85
  with_artwork: false
78
86
  with_content: true
79
87
  with_link: true
80
- with_locales: false
88
+ with_locales: false # Site localization (through jekyll-l10n plugin)
81
89
  with_locales_data:
82
90
  locales: ["es", "fr", "it", "pt", "de"]
83
91
  locales_dir: "_locales"
@@ -95,7 +103,7 @@ defaults:
95
103
  translation:
96
104
  fallback: "english"
97
105
  preserve_html: true
98
- libretranslate_enabled: false # Explicit enable for development
106
+ libretranslate_enabled: false # Explicit disabled for production
99
107
  libretranslate_api_url: "http://localhost:5000"
100
108
  libretranslate_api_key: nil
101
109
  libretranslate_timeout: 300
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.52.0.beta.11
4
+ version: 2.52.0.beta.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - ReleaseBot