홈페이지 관리 🏠

출처: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

  • 코드 수정한 다음에
    $ bundle install
    
  • 수정한 코드를 확인하려면
    $ bundle exec jekyll serve
    > Configuration file: /Users/octocat/my-site/_config.yml
    >            Source: /Users/octocat/my-site
    >       Destination: /Users/octocat/my-site/_site
    > Incremental build: disabled. Enable with --incremental
    >      Generating...
    >                    done in 0.309 seconds.
    > Auto-regeneration: enabled for '/Users/octocat/my-site'
    > Configuration file: /Users/octocat/my-site/_config.yml
    >    Server address: http://127.0.0.1:4000/
    >  Server running... press ctrl-c to stop.
    



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Tensor Parallel 구현 비교
  • Flash Attention 3
  • Flash Attention 2
  • Flash Attention
  • Unified Sequence Parallelism
  • Stay updated — subscribe via RSS




    Leave a Comment

    Found this useful or have questions? Sign in with GitHub to join the conversation.