/blog-monorepo

Collection of all blogs as a git submodule

s1ckret blog monorepo

About

This is a collection of all my blogs. It uses git submodules. Click on the folders to go to specific blogs.

How to fetch the repo

  1. Clone the repo
git clone git@github.com:s1ckret/blog-monorepo.git
  1. Cd into
cd blog-monorepo
  1. Init submodules
git submodule update --recursive
  1. Update submodules time from time
git submodule foreach git pull