devedmonton / DES-Website

The Dev Edmonton Society website! We empower Edmonton Developers!
https://devedmonton.com
MIT License
22 stars 52 forks source link

feat: @nuxt/content #313

Closed arashsheyda closed 4 months ago

arashsheyda commented 5 months ago

What issue is this referencing?

close #311

Do these code changes work locally and have you tested that they fix the issue yourself?

Does the following command run without warnings or errors?

it gives some errors related to typescript usage (e.g. it saying to import composables but Nuxt do that automatically). I would need help on this :)

Have you taken a look at our contributing guidelines?

My node version matches the one suggested when running nvm use?

Descriptions

some description about changes:

Modules

so I added this modules:

Pages

Note: There are many ways to write and structure content; for example, check board.md vs. sponsors.md.

Components

also removed the components that are no longer used.

Utils

changed utilities to utils as nuxt does auto-import files from utils

Suggestions

here are some modules that I think can be removed or replaced:

thanks!

MandyMeindersma commented 5 months ago
image

Impressive! Give me some time to review hahah I promise I won't leave you hanging

arashsheyda commented 5 months ago

@MandyMeindersma Sure, take your time. thanks :) (most of the code change is for package-lock.json hahaha, I didn't do that much)

MandyMeindersma commented 4 months ago

Also it looks like you might have some prettify errors? I think that's why the build failed

arashsheyda commented 4 months ago

@MandyMeindersma yes the build error is related to typescript usage + setup script (e.g. it's saying to import composables but Nuxt do that automatically). we need to re-configure eslint I guess