Skip to content

Commit

Permalink
chore: add information post
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Jan 23, 2024
1 parent 17e5097 commit f22025f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/posts/information/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
+++
title = "Information"
date = 2024-01-01
[taxonomies]
categories = ["usage"]
tags = ["content", "features"]
[extra]
subtitle = "Usage guide"
+++

## Features

[Halve-Z](https://github.com/charlesrocket/halve-z) is a retro two-column theme for [Zola](https://github.com/getzola/zola). It features taxonomies, automatic color schemes, media shortcodes, GitHub cards, and a [Giscus](https://giscus.app) comment system.

## Front matter

Available (`extra`) options:
* `subtitle`
* `image`
* `csp_img`

```
+++
title = "Example"
date = 2009-09-09
[taxonomies]
categories = ["general"]
tags = ["tag"]
[extra]
subtitle = "Example subtitle"
image = "https://example.com/image.png"
csp_img = ["example.com/", "foo.org/example"]
```

`h1` headers are reserved for page title (left block) and subtitle (optional, right block).

0 comments on commit f22025f

Please sign in to comment.