Sha256: c4a4c492bf0c3f476b68541f09640f1001a06c3186dc298e6927cea0ebec9a35

Contents?: true

Size: 1.54 KB

Versions: 2

Compression:

Stored size: 1.54 KB

Contents

# Build settings
include: ['_pages'] # forces custom pages to be organized into their own directory

# Plugins
# plugins:
#    - jekyll-ipa

random_redirect:
   pages: true

multi_projects: false
entry_tags_top: true



# Sets the collections directory and defines your collections.
collections_dir: collections
collections:
   wiki:
      output: true
      permalink: /:collection/:name
   works:
      output: true
      permalink: /:collection/:name
   grammars:
      output: true
      permalink: /:collection/:name



# Front matter defaults, so you don't need to set layouts on every new page.
# As long as pages are in the correct folder, they'll automatically have the
# correct layout. You can override this via each page's front matter.
defaults:
   -
      scope:
         path: "" # an empty string here means all files in the project
         type: "pages"
      values:
         layout: "page" # all pages will have the page.html layout unless overridden
         permalink: "/:path/:basename"
   -
      scope:
         path: "" # an empty string here means all files in the project
         type: "posts"
      values:
         layout: "post"
   -
      scope:
         path: "_wiki" # all pages in the wiki folder
         type: "wiki"
      values:
         layout: "wiki"
   -
      scope:
         path: "_works" # all pages in the works folder
         type: "works"
      values:
         layout: "work"
   -
      scope:
         path: "_grammars" # all pages in the grammars folder
         type: "grammars"
      values:
         layout: "grammar"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-paperwiki-0.1.7 _config.yml
jekyll-theme-paperwiki-0.1.6 _config.yml