The Artsy Engineering Open-Source Developers Blog
The Artsy OSS page and the blog run on top of a default Jekyll install. This article provides an overview of Jekyll and explains how to set up and run the site locally. It also covers how to add authors, write articles, and enable comments on the blog.
rake serve command and mentions the need to set the PRODUCTION environment variable for generating category pages._config.yml file._posts directory, including a sample YAML header and information on adding categories. Mentions using post templates for getting started.comment_id attribute to the post's YAML front matter.Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.