mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-04-17 11:30:08 +02:00
yeah
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"-p",
|
"-p",
|
||||||
"${workspaceFolder}/test",
|
"${workspaceFolder}/test",
|
||||||
"-w",
|
"-w",
|
||||||
"file://${workspaceFolder}/test",
|
"http://localhost/",
|
||||||
"-t",
|
"-t",
|
||||||
"Pictures",
|
"Pictures",
|
||||||
"--theme",
|
"--theme",
|
||||||
@@ -141,9 +141,6 @@
|
|||||||
"**/*.css": "css",
|
"**/*.css": "css",
|
||||||
"**/*.html.j2": "jinja-html"
|
"**/*.html.j2": "jinja-html"
|
||||||
},
|
},
|
||||||
"gitblame.inlineMessageEnabled": true,
|
|
||||||
"gitblame.inlineMessageFormat": "${author.name}, ${time.ago} • ${commit.summary}",
|
|
||||||
"gitblame.statusBarMessageFormat": "${author.name} (${time.ago})",
|
|
||||||
"html.format.indentHandlebars": true,
|
"html.format.indentHandlebars": true,
|
||||||
"html.format.templating": true,
|
"html.format.templating": true,
|
||||||
"html.format.wrapAttributes": "preserve",
|
"html.format.wrapAttributes": "preserve",
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
LESS=-SR hl $(ls -tr logs/*.{jsonl,jsonl.gz}) --config hl_config.yaml
|
LESS=-SR hl "$(ls -tr logs/*.{jsonl,jsonl.gz})" --config hl_config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user