Skip to content

Commit

Permalink
Merge pull request #1 from jaronoff97/next-upgrade
Browse files Browse the repository at this point in the history
Upgrade to next!
  • Loading branch information
jaronoff97 authored Dec 19, 2023
2 parents da07b6f + fe34d1e commit 612a79a
Show file tree
Hide file tree
Showing 166 changed files with 1,081 additions and 17,894 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

19 changes: 0 additions & 19 deletions .eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
70 changes: 70 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Deploy Next.js site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# schedule:
# # * is a special character in YAML so you have to quote this string
# - cron: '30 18 * * *'
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v1
- name: Setup Pages
uses: actions/configure-pages@v4
with:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
- name: Restore cache
uses: actions/cache@v3
with:
path: |
.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles(''**/bun.lockb') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx', '**.mdx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
restore-keys: |
key: ${{ runner.os }}-nextjs-${{ hashFiles(''**/bun.lockb') }}-
- name: Install dependencies
run: bun install
- name: Build with Next.js
run: bun next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./out

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
41 changes: 35 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@
node_modules/
public
.gatsby-context.js
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
.intermediate-representation/
.cache/
yarn.lock
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
17 changes: 0 additions & 17 deletions .gitlab-ci.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

31 changes: 26 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# Jacob Aronoff's Food Adventures
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Hello! This is where I'll be documenting all of the restaurants I'm going to.
## Getting Started

First, run the development server:

## Setup
```bash
bun dev
```

### Running in development
`gatsby develop`
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
12 changes: 12 additions & 0 deletions _posts/bali-kitchen.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Bali Kitchen
rating: 8.5
cuisine: indonesian,dinner
date: '2018-02-24T22:16:24'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Beef Rendang
![Beef Rendang](/blog/bali-kitchen.jpg)
12 changes: 12 additions & 0 deletions _posts/baohaus.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Baohaus
rating: 9
cuisine: dinner,chinese
date: '2018-02-23T22:15:36'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Chairman Bao & Birdhaus Bao
![Chairman Bao & Birdhaus Bao](/blog/baohaus.jpg)
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
title: Beauty and Essex
rating: 9
cuisine: french,american,dinner
date: 2018-01-21T15:14:23
date: '2018-01-21T15:14:23'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Grilled Cheese Soup Dumplings
![Grilled Cheese Soup Dumplings](./picture2.jpg)
![Grilled Cheese Soup Dumplings](/blog/beauty-and-essex2.jpg)

### Bone Marrow
![Bone Marrow](./picture.jpg)
![Bone Marrow](/blog/beauty-and-essex.jpg)

### Bulgogi Tacos
![Bulgogi Tacos](./picture1.jpg)
![Bulgogi Tacos](/blog/beauty-and-essex1.jpg)

### Garganelli
![Garganelli](./picture3.jpg)
![Garganelli](/blog/beauty-and-essex3.jpg)

This is one of my favorite spots to go for a nice nice meal, with family or friends. The menu is huge and they add new stuff all the time. The appetizers we got were all amazing. My favorite was either the bone marrow or the dumplings. The tacos were good, but the other two were absolutely amazing. The dumplings were nostalgic of one of my favorite meals (tomato soup and grilled cheese) and the bone marrow was delicious. My favorite though, was the garganelli. I loved it so much all I got was a picture of a clean plate. It was so flavorful and may be one of the best pasta dishes I've had. If you're ever looking for an expensive meal that's worth the money, this is it.

Rating: 9/10
Rating: 9/10
18 changes: 18 additions & 0 deletions _posts/benemon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Benemon
rating: 9
cuisine: japanese,dinner
date: '2018-03-13T22:19:40'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Kara-age Fried Chicken
![Kara-age Fried Chicken](/blog/benemon1.jpg)
### Beef Tataki
![Beef Tataki](/blog/benemon2.jpg)
### Anchovy Fried Potatoes
![Anchovy Fried Potatoes](/blog/benemon3.jpg)
### Chicken Katsu Curry
![Chicken Katsu Curry](/blog/benemon.jpg)
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
title: Brooklyn Bagel & Coffee Company
rating: 8
cuisine: bagel,breakfast
date: 2018-01-15T13:34:39
date: '2018-01-15T13:34:39'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Bacon Egg and Cheese
![Bacon Egg and Cheese](./picture.jpg)
![Bacon Egg and Cheese](/blog/brooklyn-bagel-company.jpg)

I had heard a lot about this being one of the best bagel places in NYC. Intrigued, I had to go try it out. I got a plain bagel, with BEC (bacon, egg, and cheese): the classic. Overall, it was pretty good; but not as good as my favorite bagel spot on 35th and 8th (Best Bagel and Coffee.) I think this might have been a better BEC, but the actual bagel itself wasn't as good. I think I'd go back and give it another try with just plain cream cheese as that normally makes it easier to just taste the bagel.

Rating 8/10
Rating 8/10
9 changes: 6 additions & 3 deletions src/pages/cafe-mogador/index.md → _posts/cafe-mogador.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
title: Cafe Mogador
rating: 9
cuisine: lunch,brunch,breakfast,mediterranean
date: 2018-01-28T23:40:25
date: '2018-01-28T23:40:25'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Moroccan Benedict
![Moroccan Benedict](./picture.jpg)
![Moroccan Benedict](/blog/cafe-mogador.jpg)

For $18 you get a beautiful Mediterranean breakfast; eggs benedict (I got mine with this wonderful middle-eastern tomato sauce), a cup of ginger tea, and a glass of orange juice. The eggs benedict was perfect, it had a great hollaindaise sauce on top of a toasted english muffin, with a perfectly poached egg. On the side were some greens and some of the best breakfast potatoes I've had. The potatoes were creamy on the inside, and just a little bit crispy on the outside. Normally I like very crispy on the outside, but because the inside was really smooth and warm, it was perfect. This is the first time I was able to get in, the line is normally an hour wait, so if you go prepare to wait and be happy you may not have to.

Rating: 9/10
Rating: 9/10
7 changes: 5 additions & 2 deletions src/pages/cafeteria/index.md → _posts/cafeteria.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
title: Cafeteria
rating: 7.5
cuisine: american,brunch,dinner
date: 2018-02-10T18:32:36
date: '2018-02-10T18:32:36'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Roast Chicken
![Roast Chicken](./picture.jpg)
![Roast Chicken](/blog/cafeteria.jpg)

Cafeteria is a great place for comfort food in a pinch, it's always busy, but it doesn't take long to get a table. They have a bunch of great options on the menu, with some really good appetizers. I also like the ambiance, it's a good nosie level with really cool lighting. I've always enjoyed a solid meal like this one. The price is a bit much, but it makes a lot of sense for a restaurant like this in NYC.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
title: Chefs Club Counter
rating: 6
cuisine: lunch,burgers
date: 2018-01-14T13:07:42
date: '2018-01-14T13:07:42'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Supreme Burger
![Supreme Burger](./picture.jpg)
![Supreme Burger](/blog/chefs-club-counter.jpg)


I wanted to come here for the breakfast sandwiches, but unfortunately I was too late, so I settled for a burger. The burger menu was pretty large, as far as burger menus go. I asked the person at the counter for her recommendation and she said to go for the supreme burger. A pretty straight forward burger:
I wanted to come here for the breakfast sandwiches, but unfortunately I was too late, so I settled for a burger. The burger menu was pretty large, as far as burger menus go. I asked the person at the counter for her recommendation and she said to go for the supreme burger. A pretty straight forward burger:

Beef, Cheese, Special Sauce, Lettuce, Onions, Pickles, Sesame Bun.

Expand Down
16 changes: 16 additions & 0 deletions _posts/decoy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Decoy
rating: 9
cuisine: chinese,fusion,dinner
date: '2018-02-25T22:16:38'
author:
name: Jacob Aronoff
picture: '/assets/blog/authors/jacob.jpeg'
---

### Oxtail Dumplings
![Oxtail Dumplings](/blog/decoy1.jpg)
### Truffle Egg Fried Rice
![Truffle Egg Fried Rice](/blog/decoy2.jpg)
### Short Rib
![Short Rib](/blog/decoy.jpg)
Loading

0 comments on commit 612a79a

Please sign in to comment.