Sha256: 9dca07751cb95122622a482775d6eeff4325c7c7d7df72eea2abde44fb8a9326

Contents?: true

Size: 1.95 KB

Versions: 3

Compression:

Stored size: 1.95 KB

Contents

title: Bean
tagline: A modern, fun theme for Jekyll.
description: >-
  Bean is a fun, colorful, theme for Jekyll.
  It's made for @esporo, but you can use it as well.

# Build settings
permalink: "/:year/:month/:day/:title.html"
slug_mode: latin
url: "https://esporo.github.io/"
baseurl: "/bean"

# Theme Settings
bean:
#  show_excerpts: true
  copyright_notice: >-
    Site built using [Bean](https://github.com/esporo/bean)
  date_formats:
    day: "%v"
    month: "%B, %Y"
    year: "%Y"
  translations:
    jump_to_navigation: "Go to navigation"
    jump_to_content: "Go to content"
    archive_date_title: "Posts from %s" # don't forget `%s`, it will be replaced by the date
    archive_tag_title: "Posts with the tag ā€œ%sā€" # don't forget `%s`, it will be replaced by the tag name.
    archive_category_title: "Posts filed under ā€œ%sā€" # don't forget `%s`, it will be replaced by the category name.
    post_tagged_with: "Tagged with:"
    blog_pagination_title: "Blog Pagination"
    blog_pagination_next_page: "Older posts"
    blog_pagination_prev_page: "Newer posts"
    
# logo: /assets/images/logo.png

main_menu:
  title: Navigate
  items:
    - label: Home
      path: /
    - label: About
      path: /about/
    - label: Bugs?
      path: https://github.com/esporo/bean/issues
    - label: Docs
      path: hhttps://github.com/esporo/bean?tab=readme-ov-file#readme

footer_menu:
  title: Socials
  items:
    - label: Discord
      path: https://discord.gg/
    - label: YouTube
      path: https://youtube.com/
    - label: Facebook
      path: https://www.facebook.com/

# Plugin settings
plugins:
  - jekyll-feed
  - jekyll-json-feed
  - jekyll-paginate
  - jekyll-sitemap
  - jekyll-seo-tag
  - jekyll-archives

# Plugin: jekyll-paginate
paginate: 12
paginate_path: "/page/:num/"

# Plugin: jekyll-archives
jekyll-archives:
  enabled:
  - year
  - month
  - tags
  layout: blog
  permalinks:
    year: "/:year/"
    month: "/:year/:month/"
    tag: "/tags/:name.html"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-bean-1.0.7 _config.yml
jekyll-theme-bean-1.0.6 _config.yml
jekyll-theme-bean-1.0.5 _config.yml