Sha256: 35d82aa42703ac0d94d17e60ffcdf28764982563d60fdc8789e411d983375572

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

title: "The Pocket theme for Jekyll"
description: "Pocket is a really simple, easy to read, rock solid and ultra fast blogging theme for Jekyll."
lang: "en" # or fr, de, es etc.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com

# Include styles inline or link to css file?
# This has to be set to css: inline for the theme to inline styles
# Set it to anything else, or remove it, to link to /css/style.css
css: external

plugins:
  - jekyll-sitemap
  - jekyll-feed

# Build settings
markdown: kramdown
sass:
  style: compressed
permalink: /:title/

# Defaults
# Use {% if page.is_post %} etc.
defaults:
-
    scope:
        path: "/"      # empty string for all files
    values:
        is_home: true
-
    scope:
        path: ""
        type: posts
    values:
        is_post: true
        layout: post
-
    scope:
        path: ""
        type: pages
    values:
        is_page: true


# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pocket-theme-0.4.4 _config.yml
pocket-theme-0.4.3 _config.yml