Use YAML front matter and update bobatheme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BBaoVanC 2021-10-16 19:03:12 -05:00
parent b30dc693e0
commit 7796d9178d
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
11 changed files with 70 additions and 48 deletions

View File

@ -1,11 +1,16 @@
root = true
[*.{md,toml}]
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.html]
indent_size = 4
[*.{md,toml,yaml}]
indent_size = 2
[*.md]
max_line_length = 80

View File

@ -1,9 +1,12 @@
+++
title = "Home"
description = "Be your boba best"
---
images = ["img/boba_mochi.gif"]
+++
title: Home
description: Be your boba best
images:
- img/boba_mochi.gif
---
Links to all the services (and the software they're using) hosted on boba.best:

View File

@ -1,7 +1,8 @@
+++
title = "Blog"
---
description = """
Blog posts on boba.best
"""
+++
title: Blog
description: >-
Blog posts on boba.best
---

View File

@ -1,11 +1,12 @@
+++
title = "Rules"
menu = "main"
---
description = """
General guidelines and rules for boba.best.
"""
+++
title: Rules
menu: main
description: >-
General guidelines and rules for boba.best.
---
## Generic Guidelines

View File

@ -1,7 +1,8 @@
+++
title = "Services"
---
description = """
Information about each of the services hosted on boba.best.
"""
+++
title: Services
description: >-
Information about each of the services hosted on boba.best.
---

View File

@ -1,7 +1,9 @@
+++
title = "bobabin"
toc = true
+++
---
title: bobabin
toc: true
---
bobabin runs PrivateBin, a minimalist, open source online pastebin where the
server has zero knowledge of pasted data.

View File

@ -1,7 +1,9 @@
+++
title = "bobachat"
toc = true
+++
---
title: bobachat
toc: true
---
bobachat runs Synapse, the Matrix reference homeserver. Matrix is an open
network for secure and decentralized communication.

View File

@ -1,9 +1,12 @@
+++
title = "bobamail"
toc = true
---
aliases = ["/mail"]
+++
title: bobamail
toc: true
aliases:
- /mail
---
bobamail uses Mailcow, a mail server suite which runs on open source software
and a modern user interface.

View File

@ -1,7 +1,9 @@
+++
title = "bobatea"
toc = true
+++
---
title: bobatea
toc: true
---
bobatea runs Gitea, a self-hosted Git service similar to GitHub, GitLab, and
Bitbucket.

View File

@ -1,7 +1,9 @@
+++
title = "bobavault"
toc = true
+++
---
title: bobavault
toc: true
---
bobavault runs Vaultwarden, a rewrite of the Bitwarden server in Rust.

@ -1 +1 @@
Subproject commit 9ff5314bc080af220a22b5bb681b84a34e4033ae
Subproject commit adf5c685bed5af6bbd34e915451e24b390922ddb