This repository is personal blog of Ali Saki.
To add post you can add it by creating new markdown file in content/posts
directory.
To start development envirement use following command:
yarn start
Or:
yarn develop
To build the site use the following command:
yarn build
And to serve the generated site use following command :
yarn serve