Sha256: 0bf3de3294431e53a008bf6ca037cf065231102ffd8b5e1e0b85c23d2218fe46

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

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

##
# Typewritter configuration.
# Feel free to disable if you don't like it.
##
typewriter_effect: true

##
# Collections configuration
##
collections:
  projects:
    output: true

##
# Contact Channels configuration
# Uncomment for enable. Available contact channels are email, github, telegram, stackoverflow, discord, mastodon.
# Please fell free to send a PR if you need a new one.
# DISABLE GITHUB setting it as an empty string: ""
# if false, then no contact channels will be display.
##
contact_channels_section: true
contact_channels:
  # email: "example@example.cl"
  github: "https://github.com/a-chacon"
  # telegram: "https://t.me/"
  # stackoverflow: "https://stackoverflow.com"
  # discord: "https://discord.com/"
  # mastodon: "https://lile.cl/"

##
# Plugins configuration
##
plugins:
  - jekyll-archives
  - jekyll-seo-tag
  - jekyll-polyglot

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
awesome-jekyll-theme-1.2.0 _config.yml
awesome-jekyll-theme-1.1.0 _config.yml
awesome-jekyll-theme-1.0.1 _config.yml
awesome-jekyll-theme-1.0.0 _config.yml