28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
|
{"settings":
|
||
|
{
|
||
|
"default_template": "default",
|
||
|
"template_path": "/home/user/.config/hgh/templates",
|
||
|
"shell": "/bin/bash",
|
||
|
"open_new_pagebundle_with_vscode": true,
|
||
|
"slug_max_length": 160,
|
||
|
"bin_vscode": "flatpak run com.vscodium.codium",
|
||
|
"bin_editor": "nano",
|
||
|
"comments_filename": "comments.json"
|
||
|
},
|
||
|
"sites":
|
||
|
{
|
||
|
"blog":
|
||
|
{ "basedir": "/home/user/websites/domain.de/web_blog",
|
||
|
"contentdir": "/home/user/websites/domain.de/web_blog/content",
|
||
|
"contentdir-light": "/home/user/somewhere_else/domain.de/light_blog_for_testing/content",
|
||
|
"build_dir": "public/",
|
||
|
"remote_user": "user",
|
||
|
"remote_host": "host",
|
||
|
"remote_path": "/var/www/domain.de/htdocs",
|
||
|
"base_url": "https://domain.de/",
|
||
|
"list_tags": "/home/user/.cache/hgh/domain.de_tags.list",
|
||
|
"list_categories": "/home/user/.cache/hgh/domain.de_categories.list",
|
||
|
"serve_port": 1313 }
|
||
|
}
|
||
|
}
|