-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (72 loc) · 1.95 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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"