Skip to content

Commit

Permalink
fix: remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Nov 27, 2024
1 parent 59e2308 commit 5078c2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_posts/2024-11-01-static-sites-at-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ categories:
- engineering
---

# How Compiler approaches static sites

In my last post, I talked about [how Compiler uses VS Code Dev Containers for our Engineering team](https://compiler.la/blog/2024/devcontainer-platform-agnostic-team), allowing all of us (even product managers!) across various platforms - Mac, Linux and Windows - to work from the same environment. Even if you did not read it, no worries, I’ll summarize it for you: Our team sets up _all_ of our projects in VS Code Dev Containers so that we all access every project in the same way, across platforms. Whether it’s a full-stack web app, a command-line utility or a simple static site, the tools necessary and steps to get started are always the same - allowing us both consistency in process and flexibility in the actual code.

In this post, I want to take it a step further and talk about how we apply these similar philosophies to the way we build static sites.
Expand Down

0 comments on commit 5078c2f

Please sign in to comment.