Skip to content

shinyoung-yi/shinyoung-yi.github.io

Repository files navigation

shinyoung-yi.github.io

Personal website of Shinyoung Yi.

This repo is built upon this repository, which is based on Jekyll Now and Jon Barron's website.

## Installation of Dependencies

https://jekyllrb.com/docs/installation/

MacOS

  • A troubleshooting 1

When I tried to:

ruby-install ruby 3.4.1

Some error about C compiling...

C compiler cannot create
(...)
!!! Configuration of ruby 3.4.1 failed!

Refernce: rbenv/rbenv#440

I solved by:

CC=gcc ruby-install ruby 3.4.1

Build

At the root directory <your_path>/shinyoung-yi.github.io,

jekyll serve

Then Jekyll will show a server address for the rendered page. e.g.,

<omitted>
...
<omitted>
 Auto-regeneration: enabled for 'C:/Users/class/Dropbox/GitRepo/shinyoung-yi.github.io'
    Server address: http://127.0.0.1:4000
  Server running... press ctrl-c to stop.

Whenever you edit the source code and refresh the rendered page, (e.g. http://127.0.0.1:4000) the edited result will be automatically rendered.

Edit

Modifiable files

  • _layouts/
  • tn/images

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published