Files
md-blog/articles.example/config.json
T
klemek 1079ae9df1
Lint / ESLint (push) Successful in 2m3s
Lint / Oxlint (push) Successful in 2m3s
Lint / TypeScript (push) Successful in 2m14s
Deploy / Build (push) Successful in 5m4s
Deploy / Deploy to Stapler (push) Successful in 4m9s
feat: indieweb standards
2026-07-20 11:06:21 +02:00

17 lines
556 B
JSON

{
"base_url": "http://localhost/",
"title": "<i icon=notepad-text></i> My Blog",
"signature": "By <b>Me</b>",
"lang": "en",
"custom_head": "",
"home_count": 5,
"rss_link": "<i icon=rss></i> RSS",
"about_link": "<i icon=info></i> ABOUT",
"back_link": "<i icon=undo-2></i> Back to home",
"published_on": "Published on",
"updated_on": "Updated on",
"authored": "By",
"copyright": "<a style=\"text-decoration:none;color:inherit;\" target=_blank href=\"https://creativecommons.org/licenses/by-nc/4.0/\">CC BY-NC</a>",
"footer": ""
}