Adding Twitter Cards to Jekyll
Learn how to add Twitter cards to Jekyll using the jekyll-seo-tag plugin.
A collection of 3 posts
Adding Twitter Cards to Jekyll
Learn how to add Twitter cards to Jekyll using the jekyll-seo-tag plugin.
Use a nested dynamic form with a has_many :through association in Rails.
We’re going to learn when and how to use the has_many through association. Then we’re going to create an application with dynamic nested attributes.
Render Dynamic Pages in Gatsby Using File System Route API and YAML
Build a proof-of-concept Gatsby application to learn how to use Gatsby’s File System Route API and a YAML file to generate dynamic pages.