From 3741aed3dd95420b41703f30f630fc5351c8d80c Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 26 Dec 2021 20:55:57 +0300 Subject: [PATCH] Add build instruction --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6fdeaee..cd1e5fc 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ This is the repository for the source code of my website hosted at [sahinakkaya.dev](https://sahinakkaya.dev). +I am using [Jekyll](https://jekyllrb.com) to generate the content. +```bash +bundle exec jekyll build +```