Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Minimax Post Changes (#2766)
Browse files Browse the repository at this point in the history
* Changed local location of posts, and set a max-width

* Highlight asides to remind me that it needs something better

* Make blog layout have a max width, but keep index pages wider

* Get the layout working a bit better

* Style the aside better

* Add support for images for Twitter cards

* Set both twitter and open graph image tags when one is in the frontmatter of a post

* Update these again and just ignore the file that its mad about

* Go up a box size

* Use newer caniuse db

* Not sure why I need this big of boxes but lets give it a shot
  • Loading branch information
coreyja authored Mar 6, 2022
1 parent 7d3f09a commit ba72ffc
Show file tree
Hide file tree
Showing 10 changed files with 17,427 additions and 10,135 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands:
jobs:
test:
parallelism: 1
resource_class: small
resource_class: large
docker:
- image: circleci/node:14.0.0
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
- run: yarn build
deploy:
parallelism: 1
resource_class: small
resource_class: large
docker:
- image: circleci/node:14.0.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion gatsby/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
? {
resolve: `gatsby-source-filesystem`,
options: {
path: `${__dirname}/../../coreyja-blog-posts/published`,
path: `${__dirname}/../../../writing/blog-posts`,
name: `local-private-blog`,
},
}
Expand Down
Loading

0 comments on commit ba72ffc

Please sign in to comment.