-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rbconfig
49 lines (37 loc) · 1.09 KB
/
.rbconfig
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
# ===== NOTE =====
# ALL URLS AND FOLDER DIRS SHOULD NOT HAVE A TRAILING SLASH.
# DO:
# https://example.com
# public
# DON'T:
# https://example.com/
# public/
# The urls and directories won't be generated correctly.
site_title: RootbeerSSG!
url: http://localhost:8000
pretty_permalinks_on_posts: false
pretty_permalinks_on_pages: true
sort_posts_by: date
sort_pages_by: title
sort_posts_reverse: true
sort_pages_reverse: false
date_format_for_content: "%m/%d/%y at %H:%M"
content_directory: content
output_directory: public
blog_directory: blog
themes_dir: themes
theme_name: RBDefault
pagination_items_per_page: 1
# The file extentions for your markdown files. DO NOT HAVE A . AT THE FRONT
markdown_file_extention: md
list_of_required_metadata_fields:
- title
- date
markdown_extentions:
# The first value is the extentions's install name.
# The second value is the extention's import name.
# If you are doing a built in markdown extention, then just do ~, null, or markdown
# Example:
# ~: fenced_code
markdown-full-yaml-metadata: full_yaml_metadata
auto_install_markdown_extentions: false