Jekyll is a blog-aware, static site generator written in Ruby.
Requirements:
Install the Jekyll Ruby gem on macOS quickly with just a few terminal commands and have a blog-aware site running locally.
Will Johnson: [0:01] To get started with Jekyll, type in gem install bundler jekyll. This will install the Jekyll Ruby gem as well as any dependencies you need to run the Jekyll project. Once that is done, use the Jekyll command, new, and the name of the project, let's call it egghead-blog.
[0:26] Then once the project is created, we will cd into it, egghead-blog. Once we are in that file, we will then run the server to see a preview of our site. Let's go bundle exec jekyll serve. The server's running at localhost:4000. If you take a look, it will pull up a Jekyll default theme that's themed after a blog, because the Jekyll platform is blog-aware.
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!