- Jekyll • Simple, blog-aware, static sites | Transform your plain text . . .
GitHub Pages is powered by Jekyll, so you can easily deploy your site using GitHub for free—custom domain name and all Learn more about GitHub Pages → Jekyll is lovingly maintained by the core team of volunteers
- Installation | Jekyll • Simple, blog-aware, static sites
Jekyll is a Ruby Gem that can be installed on most systems Requirements Ruby version 2 7 0 or higher, including all development headers (check your Ruby version using ruby -v) RubyGems (check your Gems version using gem -v) GCC and Make (check versions using gcc -v,g++ -v, and make -v) Guides
- Command Line Usage | Jekyll • Simple, blog-aware, static sites
Typically you’ll use jekyll serve while developing locally and jekyll build when you need to generate the site for production For a full list of options and their argument, see Build Command Options Here are some of the most common commands: jekyll new PATH - Creates a new Jekyll site with default gem-based theme at specified path The
- Quickstart | Jekyll • Simple, blog-aware, static sites
Jekyll is a static site generator It takes text written in your favorite markup language and uses layouts to create a static website You can tweak the site’s look and feel, URLs, the data displayed on the page, and more
- Embedding Responsive Video Players in Jekyll Site with Custom Layouts
I’m building a website with Jekyll to showcase video editing tutorials and projects I’ve been struggling to embed responsive video players on custom layouts for blog posts and portfolio pages Here are the main issues I’m facing:
- Themes | Jekyll • Simple, blog-aware, static sites
Jekyll has an extensive theme system that allows you to leverage community-maintained templates and styles to customize your site’s presentation Jekyll themes specify plugins and package up assets, layouts, includes, and stylesheets in a way that can be overridden by your site’s content
- GitHub Pages | Jekyll • Simple, blog-aware, static sites
GitHub Pages are public web pages for users, organizations, and repositories, that are freely hosted on GitHub’s github io domain or on a custom domain name of your choice GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free
- Posts | Jekyll • Simple, blog-aware, static sites
Blogging is baked into Jekyll You write blog posts as text files and Jekyll provides everything you need to turn it into a blog
|