Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Giacomi <cgia@dr.dk>2019-10-10 14:01:45 +0300
committerChristian Giacomi <cgia@dr.dk>2019-10-10 14:01:45 +0300
commita09b1d9585fb02d2feed582f7f9ccf4f7cb8f324 (patch)
treef51706e1eb3b3bfb7f5b40d4ed23a5017e4a137d /exampleSite
parent1a6e76206c4e5af8f7b75ab8e6f2fa5c77d408c0 (diff)
feat: add copyright option
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a930a6e..6eb3bc5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,8 @@ title = "Ezhil"
theme = "ezhil"
paginate = 5
+copyright = "© Copyright notice"
+
pygmentsstyle = "vs"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true