how i made this site
this is the reference
code site for me (jekyll)[https://github.com/piharpi/jekyll-klise].and the site is this in my terminal
$ git clone https://github.com/piharpi/jekyll-klise.git
$ cd jekyll-klise
$ bundle install
$ bundle exec jekyll serve
we see the site running at port no 4000 then i made a repo with the github username,and setup git using this then i pushed the code and the site is live to personalize it go to posts folder and make a folder inside it create a markdown file with the present date and with name like this
layout: post
title: "how i made this site"
date: 2024-02-01 09:29:20 +0700
categories: jekyll website
usemathjax: true
---
bundle exec jekyll serve
git push the code ,we see the changes