diff --git a/banner.svg b/banner.svg new file mode 100644 index 0000000..9e5f33c --- /dev/null +++ b/banner.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + D + F + Daniel's Blog + + diff --git a/config.toml b/config.toml index 564507d..454e5bd 100644 --- a/config.toml +++ b/config.toml @@ -5,3 +5,4 @@ normalizeCssUrl = "https://static.danilafe.com/normalize/normalize.css" visNetworkJsUrl = "https://static.danilafe.com/vis-network/vis-network.min.js" bergamotJsUrl = "https://static.danilafe.com/bergamot/bergamot.js" bergamotObjectLanguageJsUrl = "https://static.danilafe.com/bergamot/objectlang.js" +images = ["banner.png"] diff --git a/static/banner.png b/static/banner.png new file mode 100644 index 0000000..9eb8ff3 Binary files /dev/null and b/static/banner.png differ