feat: initial ACRIB WordPress deployment
- WordPress 6.9.4 (es_ES) with Kadence theme - Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto - Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold - Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI) - Plugins: Kadence Blocks, Polylang, Contact Form 7 - Custom CSS with full brand styling and responsive layout - HTTPS enforced via wp-config.php proxy detection
This commit is contained in:
159
wp-content/themes/kadence/theme.json
Normal file
159
wp-content/themes/kadence/theme.json
Normal file
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 2,
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"border": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true
|
||||
},
|
||||
"color": {
|
||||
"custom": true,
|
||||
"defaultPalette": false,
|
||||
"link": true,
|
||||
"palette": [
|
||||
{
|
||||
"name": "Accent",
|
||||
"slug": "theme-palette1",
|
||||
"color": "var(--global-palette1)"
|
||||
},
|
||||
{
|
||||
"name": "Accent - alt",
|
||||
"slug": "theme-palette2",
|
||||
"color": "var(--global-palette2)"
|
||||
},
|
||||
{
|
||||
"name": "Strongest text",
|
||||
"slug": "theme-palette3",
|
||||
"color": "var(--global-palette3)"
|
||||
},
|
||||
{
|
||||
"name": "Strong Text",
|
||||
"slug": "theme-palette4",
|
||||
"color": "var(--global-palette4)"
|
||||
},
|
||||
{
|
||||
"name": "Medium text",
|
||||
"slug": "theme-palette5",
|
||||
"color": "var(--global-palette5)"
|
||||
},
|
||||
{
|
||||
"name": "Subtle Text",
|
||||
"slug": "theme-palette6",
|
||||
"color": "var(--global-palette6)"
|
||||
},
|
||||
{
|
||||
"name": "Subtle Background",
|
||||
"slug": "theme-palette7",
|
||||
"color": "var(--global-palette7)"
|
||||
},
|
||||
{
|
||||
"name": "Lighter Background",
|
||||
"slug": "theme-palette8",
|
||||
"color": "var(--global-palette8)"
|
||||
},
|
||||
{
|
||||
"name": "White or offwhite",
|
||||
"slug": "theme-palette9",
|
||||
"color": "var(--global-palette9)"
|
||||
},
|
||||
{
|
||||
"name": "Accent - Complement",
|
||||
"slug": "theme-palette10",
|
||||
"color": "var(--global-palette10)"
|
||||
},
|
||||
{
|
||||
"name": "Notices - Success",
|
||||
"slug": "theme-palette11",
|
||||
"color": "var(--global-palette11)"
|
||||
},
|
||||
{
|
||||
"name": "Notices - Info",
|
||||
"slug": "theme-palette12",
|
||||
"color": "var(--global-palette12)"
|
||||
},
|
||||
{
|
||||
"name": "Notices - Alert",
|
||||
"slug": "theme-palette13",
|
||||
"color": "var(--global-palette13)"
|
||||
},
|
||||
{
|
||||
"name": "Notices - Warning",
|
||||
"slug": "theme-palette14",
|
||||
"color": "var(--global-palette14)"
|
||||
},
|
||||
{
|
||||
"name": "Notices - Rating",
|
||||
"slug": "theme-palette15",
|
||||
"color": "var(--global-palette15)"
|
||||
}
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "var(--global-calc-content-width)",
|
||||
"wideSize": "var(--global-calc-wide-content-width)",
|
||||
"fullSize": "none"
|
||||
},
|
||||
"spacing": {
|
||||
"blockGap": null,
|
||||
"margin": true,
|
||||
"padding": true,
|
||||
"units": ["px", "em", "rem", "vh", "vw", "%"]
|
||||
},
|
||||
"typography": {
|
||||
"customFontSize": true,
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"slug": "small",
|
||||
"size": "var(--global-font-size-small)"
|
||||
},
|
||||
{
|
||||
"name": "Medium",
|
||||
"slug": "medium",
|
||||
"size": "var(--global-font-size-medium)"
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"slug": "large",
|
||||
"size": "var(--global-font-size-large)"
|
||||
},
|
||||
{
|
||||
"name": "Larger",
|
||||
"slug": "larger",
|
||||
"size": "var(--global-font-size-larger)"
|
||||
},
|
||||
{
|
||||
"name": "XX-Large",
|
||||
"slug": "xxlarge",
|
||||
"size": "var(--global-font-size-xxlarge)"
|
||||
}
|
||||
],
|
||||
"lineHeight": true
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"elements": {
|
||||
"button": {
|
||||
"spacing": {
|
||||
"padding": false
|
||||
},
|
||||
"border": {
|
||||
"width": false
|
||||
},
|
||||
"color": {
|
||||
"background": false,
|
||||
"text": false
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": false,
|
||||
"fontSize": false,
|
||||
"lineHeight": false,
|
||||
"textDecoration": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user