diff --git a/brainsteam/config.toml b/brainsteam/config.toml index 41c98c0..3a38eaf 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -7,6 +7,8 @@ disqusShortname = "brainsteam" copyright = "© James Ravenscroft" + + pygmentsstyle = "vs" pygmentscodefences = true pygmentscodefencesguesssyntax = true @@ -26,6 +28,8 @@ unsafe= true avatar = "/images/avatar_small.png" + favicon = "/images/favicon.png" + mainSections = ["post", "note"] indieWebSections = ["note","reply","like","repost","bookmark"] diff --git a/brainsteam/static/images/favicon.png b/brainsteam/static/images/favicon.png new file mode 100644 index 0000000..b97e1c5 Binary files /dev/null and b/brainsteam/static/images/favicon.png differ