md2blog

A zero-config static site generator for dev blogs

How do I add a copyright notice to my site?

The footer.text property in site.json can be used to add a plain text copyright notice to all pages of the site:

{
    ...
    "footer": {
        "text": "Copyright 2021 John Doe. All rights reserved."
    }
}