Commit Graph

9 Commits

Author SHA1 Message Date
Evan G. e6bb246cab
Fix Links that mentioned github 2024-06-19 13:54:24 -05:00
fbievan 36110a0c55 Updated README
Did the Following
- Removed Necessary Documentation that can be referred to at the orginal project
- Credited the Authors of the numerous projects used
2024-05-20 14:50:59 -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 f3247c7ede
docs: clarify the intended use of the 'aside' shortcode (#9)
The initial statement was wrong. There's no preferred way of doing
things.

Blockquotes are meant to hold actual quotes, whereas the aside element
can be used to signify content that is slightly off-topic in regards to
the rest of the post.
2023-02-24 20:54:51 -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 1012b37cb2 quick README typo fixes 2023-02-13 13:26:04 -06:00
cjtheham f348645be9 updated documentation 2023-02-13 13:25:06 -06:00
cjtheham e27fbc792d old work pushed 2023-01-30 13:14:33 -06:00
CJ dad292e2fd
Initial commit 2023-01-30 13:11:19 -06:00