Skip to content

nekoze1210/nekoze.xyz

Repository files navigation

nekoze.xyz

The homepage of @nekoze1210

Portfolio

You can check out my personal biography and resume.

Blog

You can read my posts.

Getting Started

  1. Install dependencies:
npm install
# or
yarn
  1. Rename .env.example to .env.[local | development | production]:
mv .env.example .env.local
  1. Enable Notion API and create Integration with your Notion Database: 1
  1. Replace example env variables your Notion's Database ID and API Token with example ID and token (e.g. xxxxxxx....)
...
NOTION_TOKEN=Your Notion API Token
NOTION_DATABASE_ID=Your Notion Database ID
SITE_URL=Your Website URL
...
  1. Run the Next.js development server:
npm run dev
# or
yarn dev

Open http:https://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.

Learn More

Take a look at the following resources:

Next.js

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Notion API

Deploy on Vercel

Use Vercel CLI to deploy:

# Build static pages 
npm run build
## or
yarn build

# Deploy on Vercel
vercel

Footnotes

  1. My blog uses Notion API as CMS

About

My portfolio and blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published