Sha256: dd0fc5773499706ee6ef903f3cd7005c333f3e18412e8de86184af4aa05e566f

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

# url settings
url: "www.yoursite.com"
baseurl: "" # the subpath of your site, e.g. /blog

# site details
author: &author Your Name
title: "Your Title"
description: "Your Tagline" 
image: &image "/img/avatar.png"
language: en-us

# defauls
defaults:
  - scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
      comments: true
      page-share: true
  - scope:
      path: ""
    values:
      layout: "page"
      author: *author
      image: *image

# build settings
theme: jekyll-theme-fos
markdown: kramdown
plugins:
  - jekyll-feed
  - jekyll-paginate
  - jekyll-sitemap
  - jekyll-remote-theme

# excludes
exclude:
  - CHANGELOG.md
  - CNAME
  - Gemfile
  - Gemfile.lock
  - LICENSE
  - README.md

# number of post previews index.html
paginate: 3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-fos-1.1.0 _config.yml