isso.cc is a Kazuki Isogai (isso)'s personal website & blog.
# Clone the repository
git clone [email protected]:isso-719/isso.cc.git
cd isso.cc
# Install dependencies
npm install
# Create your first article
make article title="hello_world" # see articles/hello_world/hello_world.mdx
# Build article metadata
make all
# Start development server
npm run dev