Getting Started

less than 1 minute read

Github Pages 는…

Jekyll 은… 언어… 템플릿 엔진… Markdown…

Posts

Add New Post

cd <repo>
touch docs/_posts/YYYY-MM-DD-new-post.md  # edit file

Configure

Jekyll

TODO _config.yaml, index.html, minimal-mistakes (applied theme)

References

Github Pages

  • https://pages.github.com/

Jekyll

Markdown Editor

Themes

  • https://github.com/topics/jekyll-theme
  • https://jekyllthemes.io/free
  • http://jekyllthemes.org/
  • http://themes.jekyllrc.org/

Themes (fancy)

  • https://forestry.io/
  • http://pranavrajs.github.io/swift/blog/2014/09/09/example/
  • https://jekyllthemes.io/theme/ubuild-jekyll-theme
  • https://minicomp.github.io/ed/

Updated: