Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjoon-lee committed Jan 13, 2024
1 parent d96cf38 commit afbd9fe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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.

0 comments on commit afbd9fe

Please sign in to comment.