diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9a427ea..040eeed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ baseurl = "https://example.com/" languageCode = "en" title = "Wantsum Theme" -theme = "git.spod.cx/bcc/wantsum" +theme = "wantsum" DefaultContentLanguage = "en" enableInlineShortcodes = true summarylength = 10 @@ -25,17 +25,17 @@ mainSections = ["post"] # themeColor = "#fc2803" [[params.socialIcons]] - icon = "fa-linkedin" + icon = "brands/linkedin" title = "Linkedin" url = "#" [[params.socialIcons]] - icon = "fa-github" + icon = "brands/github" title = "GitHub" url = "https://github.com/bcc" [[params.socialIcons]] - icon = "fa-twitter" + icon = "brands/twitter" title = "Twitter" url = "#" diff --git a/images/screenshot-dark.png b/images/screenshot-dark.png new file mode 100644 index 0000000..25026b3 Binary files /dev/null and b/images/screenshot-dark.png differ diff --git a/images/screenshot.png b/images/screenshot.png index f654683..e03c91a 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ