itsOpensource

Get started

  • type yarn to install all dependencies

Development commands

Here are some commands you can run:

Command Description
yarn build Build the website.
yarn start Start the local server at http://localhost:8000/.

Writing Blog

  1. Add your bio and profile photo in bio.js, if you are writing for the first time.

  2. Make a new folder in content/ with the blog name (all lowercase and replace space with -) and create a index.md file in that folder with the content of the blog similar to this blog file, This is a markdown file so you can use all MD styling (visit this for help)