🔵 other: Initial WP conversion from Eleventy
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-05-25 16:48:48 -05:00
parent 2e5bfaba89
commit dcb38250f8
56 changed files with 965 additions and 318 deletions
+32 -17
View File
@@ -9,15 +9,40 @@
"color": {
"palette": [
{
"slug": "black",
"slug": "black",
"color": "#000",
"name": "Black"
},
{
{
"slug": "white",
"color": "#fff",
"name": "White"
},
{
"slug": "navy",
"color": "#262259",
"name": "Navy"
},
{
"slug": "red",
"color": "#EF3F5B",
"name": "Red"
},
{
"slug": "teal",
"color": "#3FBDAF",
"name": "Teal"
},
{
"slug": "teal-light",
"color": "#81C6CE",
"name": "Teal Light"
},
{
"slug": "purple",
"color": "#822369",
"name": "Purple"
},
{
"slug": "theme-bg",
"color": "var(--color-background)",
@@ -28,23 +53,13 @@
"color": "var(--color-text)",
"name": "Theme Text"
},
{
"slug": "theme-primary",
"color": "var(--color-primary)",
"name": "Theme Primary"
},
{
"slug": "theme-secondary",
"color": "var(--color-secondary)",
"name": "Theme Secondary"
},
{
"slug": "theme-bodylinks",
"color": "var(--color-bodylinks)",
"name": "Theme Body Links"
},
{
"slug": "theme-footerlinks",
"slug": "theme-footlinks",
"color": "var(--color-footlinks)",
"name": "Theme Footer Links"
},
@@ -165,13 +180,13 @@
},
"styles": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--text)"
"background": "var(--color-background)",
"text": "var(--color-text)"
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--theme-bodylinks)"
"text": "var(--color-navy)"
}
}
},
@@ -181,4 +196,4 @@
"lineHeight": "1.5"
}
}
}
}