Others

2023/09/11

Jekyll - static site generator

Cheatsheet


ABOUT

Jekyll is a static website generator that creates websites by processing Markdown text and converting it into HTML.

1. RUBY 2.7

or

or

2. JEKYLL - install, build, serve

Src: https://jekyllrb.com/docs/

  • gem install bundler

  • ridk install (choose 3) (ridk is a helper tool to manage the runtime environment)

  • gem install jekyll

  • jekyll new myblogname

  • cd myblogname

  • bundle exec jekyll serve

  • browse to http://localhost:4000

  • cmd, go to theme main directory (...\chalk-master)

  • bundle exec jekyll build

  • bundle exec jekyll serve