texted 0.3.6

A markdown blog platform that lets you in control of your data
Documentation
[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"

# 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