Sha256: d33535d18bece88b1b4aa2c8249da738d1b711d29c52522b3811d7a76551a537

Contents?: true

Size: 763 Bytes

Versions: 2

Compression:

Stored size: 763 Bytes

Contents

title: Jekyll Theme
logo: /assets/images/logo.avif
baseurl: /awesome-jekyll-theme

typewriter_effect: true

collections:
  projects:
    output: true

rrss:
  email: "example@example.cl"
  github: "https://github.com/"
  telegram: "https://t.me/"
  stackoverflow: "https://stackoverflow.com"
  discord: "https://discord.com/"
  mastodon: "https://lile.cl/"

plugins:
  - jekyll-archives
  - jekyll-seo-tag
  - jekyll-polyglot

languages: ["en"]
default_lang: "en"
exclude_from_localization: ["javascript", "images", "css", "public"]
parallel_localization: true

jekyll-archives:
  enabled:
    - categories
  layout: blog
  permalinks:
    category: "/category/:name/"

defaults:
  - scope:
      path: ""
    values:
      author: "Mr. Hyde"
      time: "2 min"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awesome-jekyll-theme-0.3.1 _config.yml
awesome-jekyll-theme-0.3.0 _config.yml