Sha256: 9d3ccf3d24eb6b28fdcd8138a2804a0c209d36aa855d06cff5d12c2c32b8ca3d

Contents?: true

Size: 1.56 KB

Versions: 4

Compression:

Stored size: 1.56 KB

Contents

title: MOREL # Write here the name of your site
tagline: Mobile Open Resilient Electronic Libraries # Write here the description of your site
img: logo.png # Substitute the file with a copy of your site's logo on /assets/img/tema
background: pattern.png # Substitute the file with a copy of your site's pattern on /assets/img/tema
image : avatar.png
email : proyectomorel@gmail.com
github : 
twitter : 
instagram:
# theme: morel-theme
jotform: https://form.jotform.com/211904785426056
podcast: false


# Do not edit bellow unless you are an advanced user

plugins:
  - jekyll-seo-tag

permalink: /:categories/:year/:month/:day/:title:output_ext 

excerpt_separator: "<!-- more -->"

collections:
  cities:
    output: true
    permalink: /cities/:name
  books:
    output: true
    permalink: /books/:name
  authors:
    output: true
    permalink: /authors/:name
  publishers:
    output: true
    permalink: /publishers/:name
  repositories:
    output: true
    permalink: /repositories/:name
  chriterias:
    output: true
    permalink: /chriteria/:name
  abouts:
    output: true

defaults:
  - scope:
      path: ""
      type: "authors"
    values:
      layout: "author"
  - scope:
      path: ""
      type: "books"
    values:
      layout: "book"
  - scope:
      path: ""
      type: "cities"
    values:
      layout: "city"
  - scope:
      path: ""
      type: "posts"
    values:
      layout: "post"
  - scope:
      path: ""
      type: "publishers"
    values:
      layout: "publisher"
  - scope:
      path: ""
      type: "repositories"
    values:
      layout: "repository"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
morel-theme-0.2.28 _config.yml
morel-theme-0.2.27 _config.yml
morel-theme-0.2.26 _config.yml
morel-theme-0.2.25 _config.yml