8000 GitHub - isso-719/isso.cc: isso's website & blog - https://isso.cc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

isso-719/isso.cc

Repository files navigation

isso.cc

isso.cc is a Kazuki Isogai (isso)'s personal website & blog.

Getting Started

# Clone the repository
git clone git@github.com: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
0