Sha256: 02fc3387173d0c2fe4744dbc507fcf2f3b58016c0a87d540daceb86272e89e14

Contents?: true

Size: 1.5 KB

Versions: 6

Compression:

Stored size: 1.5 KB

Contents

# Built with Jekyll 3.2.0
#
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: none

# Set encoding to UTF-8
encoding: utf-8

# Markdown specs
markdown: kramdown

collections:
  texts:
    output: true

kramdown:
  auto_ids:       true
  footnote_nr:    1
  entity_output:  as_char
  footnote_backlink: "↩︎"
  toc_levels:     1..6
  smart_quotes:   lsquo,rsquo,ldquo,rdquo
  enable_coderay: false

# Setup
title:               Ed.
tagline:             'A Jekyll theme for minimal editions'
description:         'Ed is a Jekyll theme designed for textual editors based on minimal computing principles, and focused on legibility and flexibility.'
url:                 https://github.com/minicomp/ed
baseurl:             '/ed'

# About/contact
author:
  name:              Alex Gil
  url:               https://twitter.com/elotroalex
  email:             colibri.alex@gmail.com

# Custom vars
version:             0.0.5

# Exclude optional folder
exclude: [optional]

# Gems
gems: ['jekyll/scholar']

# Scholar
scholar:
  style: modern-language-association
  locale: en

  sort_by: none
  order: ascending

  group_by: none
  group_order: ascending

  source: ./_bibliography
  bibliography: references.bib
  bibliography_template: "{{reference}}"
  relative: "/ed/bibliography.html"

  replace_strings: true
  join_strings:    true

  use_raw_bibtex_entry: false

  details_dir:    bibliography
  details_layout: bibtex.html
  details_link:   Details

  query: "@*"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ed.-1.3.0 optional/jekyll-scholar starter kit/_config.yml
ed.-1.2.2 optional/jekyll-scholar starter kit/_config.yml
ed.-1.2.1 optional/jekyll-scholar starter kit/_config.yml
ed.-1.2.0 optional/jekyll-scholar starter kit/_config.yml
ed.-1.1.0 optional/jekyll-scholar starter kit/_config.yml
ed.-1.0.3 optional/jekyll-scholar starter kit/_config.yml