blog-software-java/example_workdir/site-config.json

9 lines
130 B
JSON
Raw Normal View History

2025-01-19 10:15:42 +01:00
{
"name": "my blog",
2025-01-19 10:30:35 +01:00
"baseUrl": "https://example.com",
"coolProperty": 1231,
"coolerProperty": {
"isMap": "yes"
}
2025-01-19 10:15:42 +01:00
}