Skip to content

Chore: passing Netlify build#298

Merged
angela-tran merged 9 commits into
11tyfrom
chore/passing-netlify-build
Apr 8, 2026
Merged

Chore: passing Netlify build#298
angela-tran merged 9 commits into
11tyfrom
chore/passing-netlify-build

Conversation

@angela-tran
Copy link
Copy Markdown
Member

Closes #291 and closes #290

@angela-tran angela-tran self-assigned this Apr 8, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 8, 2026

Deploy Preview for compilerla ready!

Name Link
🔨 Latest commit 2518cb9
🔍 Latest deploy log https://app.netlify.com/projects/compilerla/deploys/69d6c6ca51047b0008f0fffa
😎 Deploy Preview https://deploy-preview-298--compilerla.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@jgravois jgravois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already looking mighty sharp! 😎

"redhat.vscode-xml",
"Shopify.theme-check-vscode"
"Shopify.theme-check-vscode",
"tombi-toml.tombi"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like overkill to install this extension for one .toml file, but i don't feel strongly about that.

Comment thread src/_layouts/job_post.html Outdated
const now = DateTime.now();

const job = {% include job-json.html job=page %};
const job = {% include "job-json.html" job=page %};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const job = {% include "job-json.html" job=page %};
const job = {% include "job-json.html" job:page %};

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed this in 2518cb9

<figure>
<img src="/assets/blog/may2023-retreat.jpg" alt="Photograph of the Compiler team on the 6th Street Bridge in Downtown Los Angeles during their May 2023 Retreat." />
<figcaption> {{ "The Compiler team on the 6th Street Bridge in Downtown Los Angeles during their May 2023 Retreat. Photograph by [Lex Ryan](https://www.lexryan.co/)" | markdownify }}</figcaption>
<figcaption> "The Compiler team on the 6th Street Bridge in Downtown Los Angeles during their May 2023 Retreat. Photograph by <a href="https://lexryan.co/">Lex Ryan</a></figcaption>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could do this with 11ty too, but since its already HTML, i think the change you're suggesting here is ideal.

Comment thread src/about.html Outdated
<section class="bg-w-100 bg-white">
<div class="row">
{% include ready-to-work.html h3-class="text-dark" %}
{% include "ready-to-work.html" h3-class="text-dark" %}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% include "ready-to-work.html" h3-class="text-dark" %}
{% include "ready-to-work.html", h3-class:"text-dark" %}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Fixed this in 2518cb9

@angela-tran angela-tran requested a review from jgravois April 8, 2026 21:27
Copy link
Copy Markdown
Member

@jgravois jgravois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌈

@angela-tran angela-tran merged commit 6074a33 into 11ty Apr 8, 2026
5 checks passed
@angela-tran angela-tran deleted the chore/passing-netlify-build branch April 8, 2026 22:07
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.

Configure Netlify to build staging site with 11ty Get the site building without errors

2 participants