My personal portfolio and blog made with Nuxt.js, Vue.js, WindiCSS.
- Custom and re-usable components
- 90% of styling is made with WindiCSS
- Realtime Discord and Spotify status
- Seperate project and repo page
- Comments with Disqus
- Write posts with Markdown
- Nodejs 12.17.1 or higher version.
- Yarn package manager (It not need but I prefer this.)
- Download code and unzip folder
- Open terminal or CMD (Windows) on project folder.
Install packages with your preffered package manager
Write these command CMD or Terminal
- With Yarn:
yarn
- With NPM:
npm install
For running app on development server
Write these command CMD or Terminal
- With Yarn:
yarn dev
- With NPM:
npm run dev
For build and compile:
- With Yarn:
yarn generate (or yarn build)
- With NPM:
npm run generate or (npm run build)
and open localhost:3000 on your browser and your app is ready.
If you are want host on paid or free services. I recommend Vercel or Netlify. My app is hosted by Vercel.
- Add share options to blog posts (WIP)
- Add works
- Custom error pages
to Eggsy, Ven and Tarık Coşkun. I'm very inspired by them, and i used some of their code.