Commit Graph

6 Commits

Author SHA1 Message Date
Evan G. b066138b0a
Remove all the links that mention github in theme.toml + Fix Documentation 2024-06-19 14:07:34 -05:00
Robert Lützner 749aee44a0
Docs: Add configuration.md explaining the theme's parameters (#17) 2023-05-21 13:22:36 -05:00
Robert Lützner 8678494542
feat: add a shortcode for 'video' (#10)
This shortcode will add a video element embedded in a `<figure>` with an
optional `<figcaption>`.

This fixes #1.
2023-05-17 20:14:46 -05:00
Robert Lützner bcd26f888b
docs: add development.md with a section on how to add a fork as a remote (#11) 2023-02-27 10:42:32 -06:00
Robert Lützner 80cd7cf8f1
feat: add 'aside' as a shortcode (#6)
The README has been updated to show a code example of both, including an
exemplary screenshot.

Since Hugo 0.55, we have to use `markdownify` in shortcodes that contain
HTML elements. At least we have to, if we want to render markdown code
inside the HTML element.

To use the `<aside>` element, we have to wrap our content in an
`<article>` tag.

This fixes #4.

Co-authored-by: Robert Lützner <robert.luetzner@iternity.com>
2023-02-23 14:04:33 -06:00
cjtheham f348645be9 updated documentation 2023-02-13 13:25:06 -06:00