Sha256: 5e5ed69239d39ed370e93dc1411cf3af6b6c4bc972ad4799d76818a2edffc5f6

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

###########
# site.title

title: jekyllBear
description: a minimal, text focused blog theme
# baseurl: "/jekyllBear" # the subpath of your site, e.g. /blog/
url: "https://knhash.in/jekyllBear" # the base hostname & protocol for your site
# host: 0.0.0.0


#########################
# more settings

plugins:
  - jekyll-redirect-from

whitelist:
  - jekyll-redirect-from

markdown: kramdown

compress_html:
  clippings: all
  comments: [""]
  endings: [html, head, body, li, dt, dd, rt, rp, optgroup, option, colgroup, caption, thead, tbody, tfoot, tr, td, th]
  profile: false
  blanklines: false
  ignore:
    envs: []

# sass:
#   sass_dir: css
#   style:    compressed

collections:
  my_tags:
    output: true
    permalink: /tagged/:slug/
defaults:
  -
    scope:
      path: ""
      type: my_tags
    values:
      layout: tagged

# baseurl: ""
permalink: /blog/:slug
timezone: America/New_York
future: false

exclude:
- README.md
- LICENSE.md

exclude: [vendor]

Blog: /blog

# Add general links to site pages here
links:
  Resume: /assets/resume.pdf
  

# Add links for more focus here
special_links:
  "Search": https://duckduckgo.com

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-bear-theme-0.1.6 _config.yml
jekyll-bear-theme-0.1.5 _config.yml
jekyll-bear-theme-0.1.4 _config.yml
jekyll-bear-theme-0.1.3 _config.yml