-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
28 lines (25 loc) · 1002 Bytes
/
_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
exclude: ["Gemfile", "Gemfile.lock", "jekyll.sh", "vue-configurator", "vendor"]
plugins:
- jekyll-paginate
highlighter: rouge
markdown: kramdown
# The production_url is only used when full-domain names are needed
# such as sitemap.txt
# Most places will/should use BASE_PATH to make the urls
#
# If you have set a CNAME (pages.github.com) set your custom domain here.
# Else if you are pushing to username.github.com, replace with your username.
# Finally if you are pushing to a GitHub project page, include the project name at the end.
#
production_url: http://www.inbucket.org
# Site-wide variables
name: Inbucket
navbar:
- {group: news, label: "News", path: "/news/"}
- {group: about, label: "About", path: "/about/"}
- {group: community, label: "Community", path: "https://github.com/inbucket/inbucket/discussions"}
- {group: screenshots, label: "Screenshots", path: "/screenshots/"}
# Blog Config
permalink: /news/:year/:month/:title.html
paginate: 5
paginate_path: "news/page:num"