From b980df8bf5a29ba8567beba56b97474dd9dbb3c3 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 20:10:22 -0400 Subject: clean unused components, fix hugo.toml to support columns shortcode --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7cec74e..1308aa7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,28 @@ # Theme Name +Portes ## Features +Barely any, by design. This theme is meant to be as simple as possible. Most sites I've made with it wind up being under 500KiB. +However, it does have a couple of very basic shortcodes: + +### column(s): +- Create a column block with `{{% columns %}}` +- Everything inside of the first `{{% column %}}` will be on the left side, +and everything within the second will be on the right. +- I may decide to add support for three or more columns, but only if I need it. +If you decide to patch it in yourself, feel free to shoot me an email and I'll consider adding it upstream. + +### icon: +- Used to add a clickable icon link +- `{{< icon src="/[your-icon]" alt="[alt-text]" link="https://example.org/[your-account]" >}} ` ## Installation +` +cd [your site]/themes + +git clone https://git.btkoch.xyz/portes.git/ +` ## Configuration +The top bar will populate with any pages in the menu "main". + -- cgit v1.2.3