- type
yarn
to install all dependencies
Here are some commands you can run:
Command | Description |
---|---|
yarn build | Build the website. |
yarn start | Start the local server at http://localhost:8000/. |
-
Add your bio and profile photo in bio.js, if you are writing for the first time.
-
Make a new folder in
content/
with the blog name (all lowercase and replace space with-
) and create aindex.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)