This is an Auto Trader branded Jekyll blog theme.
Add this line to your Jekyll site's Gemfile:
gem "jekyll-remote-theme"And add this line to your Jekyll site's _config.yml:
remote_theme: autotraderuk/autotrader-blog-jekyll-themeAnd if you want to lock the site to a specific Git ref, you can do it like this:
remote_theme: autotraderuk/[email protected]or
remote_theme: autotraderuk/autotrader-blog-jekyll-theme@mybranchSee the Jekyll Remote Theme docs for more.
You can serve this like a normal Jekyll site by running jekyll serve, and browsing to http://localhost:4000/.
You will need to push your changes to GitHub to integrate them with a site which uses this remote theme. Remember that if a site is tied to a specific Git ref of the theme then you’ll need to switch to a branch of the theme, or knock that bit off to see your changes. Once you’re satisfied with your changes then do a release and switch your Git ref to that.