blob: 1308aa73dc5f2847da03c94943e21093c36919b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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".
|