Use YAML front matter and update bobatheme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b30dc693e0
commit
7796d9178d
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
+++
|
||||
title = "Blog"
|
||||
---
|
||||
|
||||
description = """
|
||||
Blog posts on boba.best
|
||||
"""
|
||||
+++
|
||||
title: Blog
|
||||
|
||||
description: >-
|
||||
Blog posts on boba.best
|
||||
|
||||
---
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
---
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
Reference in New Issue
Block a user