Create Posts

This section provides comprehensive guides for creating different types of posts in your Jekyll website, including blog posts, portfolio pages, service pages, and more.

  • Simple Post with Sidebar Guide

    Simple Post with Sidebar Guide Overview This guide explains how to create a blog post with a sidebar using the Snowlake Jekyll theme. Front Matter Configuration Layout and Basic Information layout: posts/post-sidebar # Required layout for sidebar post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/image.

  • Boxed Post with Sidebar Guide

    Boxed Post with Sidebar Guide Overview This guide explains how to create a boxed blog post with a sidebar using the Snowlake Jekyll theme. Front Matter Configuration Layout and Basic Information layout: posts/post-boxed-sidebar # Required layout for boxed sidebar post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/image.

  • Markdown Post Guide

    Markdown Post Guide Overview This guide explains how to create a Markdown-formatted blog post using the Snowlake Jekyll theme, leveraging Kramdown’s extended Markdown capabilities. Front Matter Configuration Layout and Basic Information layout: posts/post # Required layout for Markdown post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/image.

  • Markdown with Image Guide

    Markdown Post with Image Guide Overview This guide explains how to create a Markdown-formatted blog post with image integration using the Snowlake Jekyll theme. Front Matter Configuration Layout and Basic Information layout: posts/post # Required layout for post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/featured-image.

  • Markdown with Code Highlighting Guide

    Markdown Post with Code Highlighting Guide Overview This guide explains how to create a Markdown-formatted blog post with code highlighting using the Snowlake Jekyll theme and Rouge syntax highlighting. Front Matter Configuration Layout and Basic Information layout: posts/post # Required layout for post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/featured-image.

  • Markdown Post with Video Guide

    Markdown Post with Video Guide Overview This guide explains how to create a Markdown-formatted blog post with video integration using the Snowlake Jekyll theme. Front Matter Configuration Layout and Basic Information layout: posts/post # Required layout for post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/featured-image.

  • Markdown Post with Gallery Guide

    Markdown Post with Gallery Guide Overview This guide explains how to create a Markdown-formatted blog post with an image gallery using the Snowlake Jekyll theme. Front Matter Configuration Layout and Basic Information layout: posts/post # Required layout for post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/featured-image.

  • Markdown Post with Carousel Guide

    Markdown Post with Carousel Guide Overview This guide explains how to create a Markdown-formatted blog post with a carousel using the Snowlake Jekyll theme. Front Matter Configuration Layout and Basic Information layout: posts/post # Required layout for post title: "Post Title" # Main title of the blog post date: YYYY-MM-DD HH:MM:SS +TIMEZONE # Publication date and time Categorization and Metadata categories: [category1, category2] # Post categories tags: [tag1, tag2] # Post tags author: "Author Name" # Post author post_image: "/path/to/featured-image.