ibnishak / digital-garden

Little notes from random thoughts

Home Page:https://ibnishak.github.io/digital-garden/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Staring a new blog

  1. Shallow clone main branch of this repo.
git clone -b main --single-branch --depth=1 git@github.com:ibnishak/digital-garden.git
  1. Change address of origin remote.
git remote set-url "my-new-url"
  1. Open gatsby-config.js and update the options like path-prefix, site title, description.
  2. Run npm install
  3. Add markdown/mdx files to content folder
  4. Run npm run deploy

Updating existing blog

  1. Clone the repo.
  2. Run npm install
  3. Add markdown/mdx files to content folder
  4. Run npm run deploy

About

Little notes from random thoughts

https://ibnishak.github.io/digital-garden/


Languages

Language:JavaScript 100.0%