From 7cd1a18b53cc8b90506a038caa32d1473f171ec1 Mon Sep 17 00:00:00 2001 From: Roman Koshkin Date: Wed, 17 Apr 2024 11:52:12 +0900 Subject: [PATCH] update README.md --- README.md | 18 ++++++------------ next.config.js | 6 +++--- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e59bb65..c97fc35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Overview -- `src/pages/api/*` - [API routes](https://nextjs.org/docs/api-routes/introduction) makes Now Playing in my Spotify work as well as counting numbers of views with Redis. +A fully-featured personal website with a blog in Next.js. + - `src/pages/blog/*` - Static pre-rendered blog pages using [MDX](https://github.com/mdx-js/mdx). - `src/pages/*` - All other static pages. @@ -26,22 +27,15 @@ Hosted on [Vercel](https://vercel.com), accelerated by [Cloudflare](https://clou # Notes -- You can used the `ProjectWithBadges` component for projects both without MDX (as in localhost:3000/test) or with MDX (as in Projects) - -- **Routing** don't need the page to be in a router, you can just acces it by directly going to /that_page (as long as it's in the `pages` folder) - -## next.js course - -https://www.youtube.com/watch?v=mTz0GXj8NN0&t=3698s +- You can use the `ProjectWithBadges` component for projects both without MDX (as in localhost:3000/test) or with MDX (as in Projects) -## TODO +- **Routing** doesn't need the page to be in a router, you can just acces it by directly going to /that_page (as long as it's in the `pages` folder) -- make Research, Blog, Projects beautiful -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fakellbl4%2Fpavel.mineev.me) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FRomanKoshkin%2Fnextjs-website%2F) From the very start to not so long ago my site was just several links to my social media and contacts. Since I started to write about development I decided to have my place where I can write what I want. So, I decided to use Next.js, Tailwind, and MDX as the base for my website. # Credits -This website was built off Pavel Mineev work. Check out his [GitHub](https://github.com/akellbl4). \ No newline at end of file +This website was built off Pavel Mineev's work. Check out his [GitHub](https://github.com/akellbl4). \ No newline at end of file diff --git a/next.config.js b/next.config.js index 73332a5..20c757f 100644 --- a/next.config.js +++ b/next.config.js @@ -15,9 +15,9 @@ const headers = [ module.exports = { images: { domains: [ - 'astro.mineev.me', // use next js for resizing mechanism on experemental version of the size - 'i.scdn.co', // Spotify Albums Covers - 'images.unsplash.com' + 'roman-koshkin.unit.oist.jp', // use next js for resizing mechanism on experemental version of the size + // 'i.scdn.co', // Spotify Albums Covers + // 'images.unsplash.com' ], }, headers() {