readme   overview   note   template   config  

NoteIsSite Sample - category_config


Current Position: HomePage >> config >> category_config

site_config
category_config
resource_config

Category Config

 1# Category Config
 2
 3# display_name of the category
 4# if empty, defaults to name
 5display_name = "display_name"
 6
 7# name of the category
 8# if empty, defaults to the directory name in file system
 9name = "category_name"
10
11# index file of the category
12# the content of index file fills {{ .Content }} of the index template or category template
13index = "index.md"
14
15# overrides note_file_pattern in site_config.toml
16note_file_pattern = "^(?:\\[.*?\\])*(.*)\\.public\\.(?:txt|html|md)$"

Copyright (C) 2024. Powered By Streamlet Studio.