-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hyeyoon Kang edited this page Mar 26, 2026
·
4 revisions
First, install Ruby by following the instructions here.
To run the site locally, you can follow the official Jekyll setup guide here,
or simply use the commands below:
sudo gem install jekyll
sudo gem install rouge
jekyll serveOnce started, open your browser and go to http://localhost:4000 to view the site.
git clone https://github.com/postechsv/postechsv.github.io
cd postechsv.github.io
git checkout -b yournameπ ...make your awesome edits...
git add .
git commit -m "Awesome change"
git push origin yournameOpen GitHub and create a Pull Request from your branch.
Once submitted, just wait for approval π
Once your PR is merged, you can delete your working branch locally and remotely:
git branch -D yourname
git push origin --delete yourname