Skip to content

rainsound-k/rainsound-k.github.io

Repository files navigation

github 개발 블로그입니다.

https://rainsound-k.github.io

배포 순서

1. Build Jekyll

$ bundle exec jekyll serve

2. git add

$ git add .

3. git commit

$ git commit -m '~~~'

4. publish

$ bash publish.sh

publish.sh

#!/bin/bash

git checkout source
git branch -D master
git checkout -b master
git filter-branch --subdirectory-filter _site/ -f
git push --all
git checkout source

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published