Blog JSON system #1

Merged
dangrubbb merged 5 commits from OpenClaw into main 2026-02-28 21:57:54 +00:00
7 changed files with 248 additions and 11 deletions
Showing only changes of commit e5b6d785ed - Show all commits

View File

@ -5,7 +5,7 @@
"date": "2026-02-28", "date": "2026-02-28",
"excerpt": "dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.", "excerpt": "dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.",
"content": "<p>dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.</p>", "content": "<p>dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.</p>",
"image": "./src/img/CannotConnect.JPEG", "image": "/blog/src/img/CannotConnect.JPEG",
"slug": "status" "slug": "status"
} }
] ]

View File

@ -256,7 +256,9 @@ a:focus-visible {
color: #9d9aa4; color: #9d9aa4;
font-size: 0.95rem; font-size: 0.95rem;
line-height: 1.6; line-height: 1.6;
margin: 20px 0; margin: 20px auto;
text-align: center;
max-width: 600px;
} }
.blog-post-content p { .blog-post-content p {