activebridge / activebridge.github.io

3 stars 1 forks source link

Deploy Jekyll site to Pages

live_blog

Live blog URL: https://activebridge.org/

Installation

Publishing

To publish a new post, create it as described below, and then push the changes to the main branch.

Blogging on Jekyll

Adding a New Post

To add a new post to your blog:

Important

When adding text values to your post settings, especially if those texts include symbols, always enclose the text in quotation marks "". This practice ensures that the YAML parser correctly interprets the text as a single string value, preventing any parsing errors or unintended behavior.

Post settings

Each post begins with Front Matter, which is YAML code enclosed between triple-dashed lines. Here’s an example:

  ---
  author: Author Name
  author-position: CEO / Tech lead and backend developer
  background: simple-way-to-create-public-pages-back
  category: engineering
  date: "2024-01-01"
  description: This is an example description of a blog post
  layout: post
  permalink: blog/:title
  post-id: unobtrusive-scripting-adapter-file-uploader
  title: Example Blog Post Title
  post-title: Post title
  time-to-read: 2 min
  scripts: [post]
  popular: true
  hidden: true
  ---

  Content

Details About Post Settings:

SEO

To incorporate JSON-LD for SEO enhancement on each page:

To incorporate JSON-LD for SEO enhancement on each post: