-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtexted.toml
More file actions
47 lines (41 loc) · 1.47 KB
/
texted.toml
File metadata and controls
47 lines (41 loc) · 1.47 KB
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
[personal]
activity_start_year = 2000
blog_start_date = 2024-04-22
# For the file locations, If you want it to be relative to the executable directory
# use ${exe_dir}/location
[paths]
template_dir = "res/template"
public_dir = "res/public"
posts_dir = "res/posts"
pages_dir = "res/pages"
# Default file name if using directory instead of files
[defaults]
# If you want to filter posts to use only index.*, uncomment the next line
# index_base_name = "index"
summary_line_tag = "<!-- more -->"
# Uncomment next line to auto break posts after a certain number of lines
# summary_line_count = 6
page_size = 10
rendering_cache_enabled = true
[server]
address = "0.0.0.0"
port = 8001
# Comment [log] block to disable log generation
[log]
# change to true to see in the stdout the content of the log file, in addition to the generated log file
# The files rotate by day, max of 60 days. Not yet configurable
log_to_console = true
# Accepted values = Critical, Error, Warn, Info, Debug, Trace
level = "Info"
# Default value is the default cache location for the current OS
# location = "whatever-is-the-non-def-location"
[metrics]
# Default value is the default cache location for the current OS
# location = "/var/log/myblog/access-metrics.log"
# time_slot_secs = 60
# The location of the rss feed is http://127.0.0.1:8001/rss in this example
[rss_feed]
title = "Texted example blog posts"
site_url = "http://127.0.0.1:8001"
description = "This is the description of this example blog"
page_size = 10