diff --git a/config.toml b/config.toml index b7c73d8..602c87b 100644 --- a/config.toml +++ b/config.toml @@ -6,11 +6,15 @@ title = "boba.best" sectionPagesMenu = "main" enableRobotsTXT = true -# these are for the OpenGraph/Twitter embeds [params] + # these are for the OpenGraph/Twitter embeds description = "Be your boba best" title = "boba.best" + # these are for favicons in bobatheme + faviconICO = "/favicon.ico" + faviconPNG = "/img/boba_mochi.png" + [menu] [[menu.main]] identifier = "status-page" diff --git a/content/blog/_index.md b/content/blog/_index.md index fb80087..88fbf7b 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,7 @@ +++ title = "Blog" showdate = true +showtags = true description = """ Blog posts on boba.best diff --git a/content/services/bobabin.md b/content/services/bobabin.md index e416e66..797a2e8 100644 --- a/content/services/bobabin.md +++ b/content/services/bobabin.md @@ -1,5 +1,6 @@ +++ title = "bobabin" +toc = true description = """ bobabin runs PrivateBin, a minimalist, open source online pastebin where the diff --git a/content/services/bobachat.md b/content/services/bobachat.md index 2cc0d56..d939f98 100644 --- a/content/services/bobachat.md +++ b/content/services/bobachat.md @@ -1,5 +1,6 @@ +++ title = "bobachat" +toc = true description = """ bobachat runs Synapse, the Matrix reference homeserver. Matrix is an open diff --git a/content/services/bobamail.md b/content/services/bobamail.md index 8a5bcb9..25db8a5 100644 --- a/content/services/bobamail.md +++ b/content/services/bobamail.md @@ -1,5 +1,7 @@ +++ title = "bobamail" +toc = true + aliases = ["/mail"] description = """ diff --git a/content/services/bobatea.md b/content/services/bobatea.md index dc7e06f..a74e70f 100644 --- a/content/services/bobatea.md +++ b/content/services/bobatea.md @@ -1,5 +1,6 @@ +++ title = "bobatea" +toc = true description = """ bobatea runs Gitea, a self-hosted Git service similar to GitHub, GitLab, and diff --git a/content/services/bobavault.md b/content/services/bobavault.md index 1b7eee7..d2c3635 100644 --- a/content/services/bobavault.md +++ b/content/services/bobavault.md @@ -1,5 +1,6 @@ +++ title = "bobavault" +toc = true description = """ bobavault runs Vaultwarden, a rewrite of the Bitwarden server in Rust. diff --git a/themes/bobatheme b/themes/bobatheme index 28a10e1..0e4025a 160000 --- a/themes/bobatheme +++ b/themes/bobatheme @@ -1 +1 @@ -Subproject commit 28a10e1dc4d11980beeeb4691b7a2395b1ee0131 +Subproject commit 0e4025a2d979ac0a5c80d3bdc4874f1dd00afaf6