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 +```