Skip to content

Getting Started

Yeong-won Seo edited this page Oct 5, 2023 · 2 revisions

Getting Started

Create project

sika init --name <your-blog-name>

Then, <your-blog-name>.blog.json file would be created. And, you can edit properties in <your-blog-name>.blog.json.

Add post

blogman new --project <your-blog-name>.blog.json --name <post-name>

Then, post/<post-name>.md file would be created. And, you can edit properties in post/<post-name>.md.

Build site

sika build --project <your-blog-name>.blog.json

Then, site folder would be created. To host site, you can host site folder.

Clone this wiki locally