A Jekyll based blog built upon the Trophy theme.
email:
baseurl: ""
paginate: 5
paginate_path: "/blog/page-:num"
google_analytics: UA—XXXXXXXX-X
email
- Your email for the contact card and the footerbaseurl
- Path of blog if adding this on to another websitepaginate
- Number of blog posts per pagepaginate_path
- URL structure of paginated pagesgoogle_analytics
- Option field to replace with correct Google Analytics code
title:
description:
url: ""
twitter_username:
default_img:
title
- Title of blogdescription
- Description of blog (recommended to not go over 160 characters)url
- URL of main websitetwitter_username
- Twitter usernamedefault_img
- Image that will appear when posting links on social networks
name:
profile_img:
profile:
social:
github:
name
- Full name for SEO purposesprofile_img
- Image for the profile card (size to 2000x1200px)profile
- Short description that will be in the profile cardsocial
- List of social networks for icons in the contact card and the footer (Font Awesome is used, so only match the name of the icon, but do not includefa-
)
include: ["_categories"]
exclude: []
permalink: /:year/:month/:day/:title/
include
- Folders that are not automatically included in Jekyllexclude
- Folders that are excluded from_site_
permalink
- URL structure of blog posts
---
layout: post
title: ""
date:
categories:
description:
image:
image-sm:
---
This is the YAML front matter block for blog posts.
layout
- This field will always be posttitle
- The title of the blog postdate
- The date that will appear on the blog postcategories
- Optional field that can be entered as an array or a listdescription
- Optional field for SEO (recommended to not go over 160 characters)image
- The blog theme was designed for 2000x1200px images (optimize your images because this is a picture heavy theme)image-sm
- Optional field for card layouts for image optimization and page speed (designed for 500x300px images)
---
layout: default
title: New Category
description:
permalink: /category/new-category/
---
{% include category.html %}
layout
- This field will always be defaulttitle
- Name of the categorydescription
- Optional field for SEO (recommended to not go over 160 characters)permalink
- URL for the category
This source code is licensed under the MIT License. The blog content is licensed under the Creative Commons License.