prince-chrismc / conan-blog

Conan's Blog

Home Page:http://blog.conan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog for the Conan Team

  • Preview in local:
sudo apt-get install ruby ruby-dev zlib1g-dev
sudo gem install github-pages
jekyll serve _config.yml --watch

If you are writing a post with a future publication date and you want to check it out in local, pass --future to jekyll. Otherwise, it won't be generated until the publication date:

jekyll serve _config.yml --watch --future
  • Create new post: Just create the file with the format YEAR-MONTH-DAY-title.md

Post Front Matter

Each post needs a few fields and there are optional fields as well for SEO optimization

---
layout: post
comments: false
title: "Short meaningful title to display on the web page"
meta_title: "(optional) A longer more descriptive title for search engines to index"
description: "A short summary of the post that will be displayed in the search engine results"
last_modified_at: "(optional) the date the post was last updated to improve search results and relevance"
keywords: "(optional) comma, separated, values, for seo optimization"
---

Note: SEO Structured Data - This is was attempted but is currently undefined. It was previously done with TechArticle however that probably is not list by Google's supported list

About

Conan's Blog

http://blog.conan.io

License:MIT License


Languages

Language:HTML 38.1%Language:SCSS 30.9%Language:CSS 28.3%Language:JavaScript 2.6%Language:Shell 0.1%