Skip to content

Add "Building an Oracle" post and restyle post index lists#12

Merged
rdavid1099 merged 1 commit into
mainfrom
add-oracle-post
Jun 13, 2026
Merged

Add "Building an Oracle" post and restyle post index lists#12
rdavid1099 merged 1 commit into
mainfrom
add-oracle-post

Conversation

@rdavid1099

Copy link
Copy Markdown
Contributor

Problem

The blog had no post for the Oracle project, and the post index lists across the homepage and theme landing pages used inline &mdash; separators and <small> tags for metadata, making dates, descriptions, and tags visually muddled and hard to style consistently.

Solution

Adds the "building an oracle" engineering post, which covers the Table22 Oracle: a knowledge base of ~50 principles mined from nearly a thousand PR discussions, grounded in verbatim review quotes, and used as an agentic code reviewer that learns from whether the team accepts or ignores its feedback.

Alongside the new post, the build pipeline and all rendered HTML are updated to emit semantic BEM-style classes on list markup: post-list, post-item, post-title, post-date, and post-desc. Section headers on the homepage are promoted from a bold <p> to an <h2 class="post-section-title"> for correct document outline. The &mdash; inline separator and <br><small> description pattern are removed entirely in favor of block-level elements.

CSS adds the new classes with explicit block display, a subtle divider between items, and a lighter tag palette so tags read as metadata rather than badges.

Notes

The rendered HTML files (index.html, engineering/index.html, side-projects/index.html, and the new post file) are committed alongside the source changes, consistent with how this project handles the build output.

# Problem

The blog had no post for the Oracle project, and the post index lists across the homepage and theme landing pages used inline `&mdash;` separators and `<small>` tags for metadata, making dates, descriptions, and tags visually muddled and hard to style consistently.

# Solution

Adds the "building an oracle" engineering post, which covers the Table22 Oracle: a knowledge base of ~50 principles mined from nearly a thousand PR discussions, grounded in verbatim review quotes, and used as an agentic code reviewer that learns from whether the team accepts or ignores its feedback.

Alongside the new post, the build pipeline and all rendered HTML are updated to emit semantic BEM-style classes on list markup: `post-list`, `post-item`, `post-title`, `post-date`, and `post-desc`. Section headers on the homepage are promoted from a bold `<p>` to an `<h2 class="post-section-title">` for correct document outline. The `&mdash;` inline separator and `<br><small>` description pattern are removed entirely in favor of block-level elements.

CSS adds the new classes with explicit block display, a subtle divider between items, and a lighter tag palette so tags read as metadata rather than badges.

# Notes

The rendered HTML files (index.html, engineering/index.html, side-projects/index.html, and the new post file) are committed alongside the source changes, consistent with how this project handles the build output.
@rdavid1099 rdavid1099 merged commit f053e52 into main Jun 13, 2026
1 check passed
@rdavid1099 rdavid1099 deleted the add-oracle-post branch June 13, 2026 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant