-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d96cf38
commit afbd9fe
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# youngjoon-lee.github.io | ||
|
||
## Development | ||
|
||
- Install Ruby, RubyGems, GCC, and Make: https://jekyllrb.com/docs/installation/#requirements. | ||
- Install Jekyll: https://jekyllrb.com/docs/#instructions | ||
- Run the following command to serve the site locally: | ||
```bash | ||
bundle exec jekyll serve -H 0.0.0.0 | ||
``` | ||
|
||
## Deployment | ||
|
||
A pre-configured GitHub Actions provided by GitHub officially builds the static site and | ||
deploy it to GitHub Actions automatically, | ||
whenever any commit is pushed to the default branch. |