Skip to content

farukcan/farukcan.net

Repository files navigation

Deploy GitHub pull requests Website GitHub repo size GitHub repo size

farukcan.net License

Hexo ile github-pages kullanılarak sitemi github üzerinde barındırmaktayım. Buraya commitlenen herşey, github action ile otomatik deploy edilir. github-pages reposu : https://github.com/farukcan/farukcan.github.io

Siteyi klonlama

git clone https://github.com/farukcan/farukcan.net farukcan.net

Hexo Kurulumu

npm install hexo-cli -g

Editleme prosedürü

git pull
npm install
hexo server -d

http://localhost:4000/admin

Yayınlama Prosedürü

git status
git add .
git commit -m "farukcan.net reposuna mesaj"
git push origin master
# Alttakilere artık gerek yoktur, otomatik deploy edilir.
hexo clean
hexo deploy