Skip to content

Commit

Permalink
new blog post and /now page (#208)
Browse files Browse the repository at this point in the history
* adds pnpm lock

* adds pnpm lock and updates to latest husky

* adds missing middle blog post and now page

* added interview to about page

* a few fixes to recent blog post

* removes yarn lock and switches to pnpm for netlify
  • Loading branch information
simpixelated authored Mar 1, 2024
1 parent bd6a969 commit 131f7b6
Show file tree
Hide file tree
Showing 10 changed files with 3,749 additions and 9,607 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

---

## 2.3.2 - 2024-03-01

### Added

- blog post: [How to build "missing middle" in Carmel](src/posts/how-to-build-missing-middle-in-carmel.md)
- [/now page](src/now.md)

### Changed

- dependency updates (added pnpm-lock)
- removed Polywork link from homepage
- updates to about page

## 2.3.1 - 2023-01-31

### Added

- blog post: [Hiding drafts and future posts in Eleventy.js](src/posts/adding-posts-by-tag-to-eleventy.md)
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
publish = "dist"

# Default build command.
command = "npm run build"
command = "pnpm run build"
Loading

0 comments on commit 131f7b6

Please sign in to comment.