# 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".