Skip to content

amirsolo/amirsolo.com

Repository files navigation

amirsolo.com

The source code for my personal website and blog at amirsolo.com

Tech Stack

Folder Structure

  • pages/* • Static pages (e.g. /about ).
  • pages/blog/* • Static pre-rendered blog pages.
  • public/* • Static resources such as fonts, images, etc.
  • data/blog/* • Blog posts using MDX.
├── README.md
├── package.json
│
├── components
│   └── Nav.jsx
│   └── Container.jsx
|
├── pages
│   └── index.jsx
│   └── about.jss
│
├── data
│   └── blog
|       └── blog-post.mdx
...

Running Locally

$ git clone https://github.com/amirsolo/amirsolo.com.git
$ cd amirsolo.com
$ npm install
$ npm run dev

Available scripts

# runs the app in development mode
$ npm run dev

# makes production build
$ npm run build

# runs the app in production mode
$ npm start

Deployment

My site is hosted on Vercel. Highly recommend it. Specially for Next.js projects.

On Github

  • I'm using Dependabot to keep my dependecies up to date automatically.
  • I've also installed Imgbot on this repo to compress and optimize my images.

About

⚡ My Personal Website & Blog. Built with Next.JS and Tailwind CSS.

Topics

Resources

License

Stars

Watchers

Forks

Contributors