This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
- SEO (siteMetaData.js)
- Blog Tags
- Authors
- Sort posts by views(popularity)/tag
- Keeping the views feature is only acceptable if you make additions
- Omit required date and other frontmatter for notes
- Move notes to a backend with dashboard
- change font (somethign like https://6502.is-a.dev/)
- Change the links and put the data in another file instead of hardcoding it in various places (such as the page links in components/Nav)
-- In Development --
- Views w/prisma client
- Fix SEO and blog pages
- Blog padding
- Editor
- In [...slug] render subfolder post collection How to Render These Pages
- (Image Gallery) https://codepen.io/liarleycodie/pen/rNddXmg https://tailwind-elements.com/docs/standard/components/gallery/ https://stackoverflow.com/questions/65460085/open-a-page-in-a-next-js-website-as-an-overlay
- Post Types
- File Server (specifically images and pdfs) for assets