Sha256: ee7109f9cd03f638bd5a3e60065ef22ad5a81fcceb6eb6acbaa3418a976ee94e

Contents?: true

Size: 732 Bytes

Versions: 4

Compression:

Stored size: 732 Bytes

Contents

# Jekyll configuration file for Vitrina

title: Vitrina
description: A general purpose Jekyll theme.
url: https://oagoulart.github.io
baseurl: /vitrina
lang: en-US
paginate: 5
paginate_path: /blog/:num
defaults:
  - scope:
      path: ""
    values:
      image: /assets/img/card.png
  - scope:
      path: _posts
    values:
      layout: post
      permalink: /blog/:title
      categories: blog
collections:
  projects:
    output: false
  papers:
    output: false

# Caution with the configurations below
exclude: [
  yarn.lock,
  Gemfile.lock,
  vitrina.gemspec,
  package.json,
  README.md,
  CHANGELOG.md,
  Gemfile, vendor, scripts,
  node_modules/bulma,
  node_modules/fork-awesome/*.md,
  node_modules/fork-awesome/*ss
]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vitrina-0.3.1 _config.yml
vitrina-0.3.0 _config.yml
vitrina-0.2.8 _config.yml
vitrina-0.2.6 _config.yml