ibnishak / blog

Thoughts and notes

Home Page:https://ibnishak.github.io/blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

Irregularly updated blog about random things. See at https://ibnishak.github.io/blog/

Feel free to start issues if you have any comments.

Setup and installation of dependecies

git remote set-url origin git@github.com:ibnishak/blog.git
  • Run the ./install.zsh

Digital garden

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

Thoughts and notes

https://ibnishak.github.io/blog/


Languages

Language:HTML 99.7%Language:CSS 0.2%Language:Go 0.1%Language:Shell 0.0%Language:JavaScript 0.0%