Use YAML front matter and update bobatheme
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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,7 +1,8 @@
|
||||
+++
|
||||
title = "Blog"
|
||||
---
|
||||
|
||||
description = """
|
||||
Blog posts on boba.best
|
||||
"""
|
||||
+++
|
||||
title: Blog
|
||||
|
||||
description: >-
|
||||
Blog posts on boba.best
|
||||
|
||||
---
|
||||
|
@ -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 +1 @@
|
||||
Subproject commit 9ff5314bc080af220a22b5bb681b84a34e4033ae
|
||||
Subproject commit adf5c685bed5af6bbd34e915451e24b390922ddb
|
Reference in New Issue