This is a personal blog powered by Jekyll and hosted on GitHub Pages.
_posts
: Contains all the blog posts in Markdown format._config.yml
: Jekyll configuration file.Gemfile
: Ruby dependencies for the project.index.md
: The main page of the blog.about.md
: The about page of the blog.
To run this blog locally, you need to have Ruby and Bundler installed.
- Clone the repository:
git clone https://github.com/suhwanhwang/suhwanhwang.github.io.git
- Navigate to the project directory:
cd suhwanhwang.github.io
- Install the dependencies:
bundle install
- Run the Jekyll server:
bundle exec jekyll serve
- Open your browser and go to
http://localhost:4000
.
If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request.