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.To install the Artsy OSS site and blog, follow these steps:
brew install v8
.gem install libv8 -v '3.16.14.19' -- --with-system-v8
.This article provides an overview of the Artsy OSS site and blog, which run on a default Jekyll installation. It covers key features such as installation, local development, deployment, adding authors, authoring articles, enabling comments, and post-deployment tasks. The article serves as a guide for setting up and running the Artsy OSS site and blog.