diff options
| author | Volpeon <git@volpeon.ink> | 2021-12-16 12:19:50 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-12-16 12:19:50 +0100 |
| commit | 4a13dd4156d6468cbfd5139cdf12410bc9c3b07d (patch) | |
| tree | f92dc286a25aac2f833b8feb8ac27e502af0cf29 /content | |
| parent | Added RSS feeds (diff) | |
| download | volpeon.ink-4a13dd4156d6468cbfd5139cdf12410bc9c3b07d.tar.gz volpeon.ink-4a13dd4156d6468cbfd5139cdf12410bc9c3b07d.tar.bz2 volpeon.ink-4a13dd4156d6468cbfd5139cdf12410bc9c3b07d.zip | |
Support generic list layouts
Diffstat (limited to 'content')
| -rw-r--r-- | content/profiles/index.md | 2 | ||||
| -rw-r--r-- | content/projects/drawings/index.md | 1 | ||||
| -rw-r--r-- | content/projects/emojis/index.md | 1 | ||||
| -rw-r--r-- | content/projects/index.md | 8 |
4 files changed, 7 insertions, 5 deletions
diff --git a/content/profiles/index.md b/content/profiles/index.md index 0d8df9f..3007c62 100644 --- a/content/profiles/index.md +++ b/content/profiles/index.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Profiles | 2 | title: Profiles |
| 3 | position: 1 | 3 | position: 1 |
| 4 | list_grid: true | 4 | list_layout: grid |
| 5 | list_post_icon: arrow-up-right | 5 | list_post_icon: arrow-up-right |
| 6 | --- | 6 | --- |
diff --git a/content/projects/drawings/index.md b/content/projects/drawings/index.md index d87fc73..643a6ad 100644 --- a/content/projects/drawings/index.md +++ b/content/projects/drawings/index.md | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Drawings | 2 | title: Drawings |
| 3 | icon: image | 3 | icon: image |
| 4 | list_layout: grid | ||
| 4 | list_post_icon: arrow-right | 5 | list_post_icon: arrow-right |
| 5 | list_order: date_desc | 6 | list_order: date_desc |
| 6 | feed: true | 7 | feed: true |
diff --git a/content/projects/emojis/index.md b/content/projects/emojis/index.md index f2aec09..6ef4559 100644 --- a/content/projects/emojis/index.md +++ b/content/projects/emojis/index.md | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Emojis | 2 | title: Emojis |
| 3 | icon: smile | 3 | icon: smile |
| 4 | list_layout: grid | ||
| 4 | list_post_icon: arrow-right | 5 | list_post_icon: arrow-right |
| 5 | list_order: date_desc | 6 | list_order: date_desc |
| 6 | feed: true | 7 | feed: true |
diff --git a/content/projects/index.md b/content/projects/index.md index 88e5a69..748126d 100644 --- a/content/projects/index.md +++ b/content/projects/index.md | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Projects | 2 | title: Projects |
| 3 | position: 2 | 3 | position: 2 |
| 4 | list_grid: true | 4 | list_layout: grid |
| 5 | feed: true | 5 | feed: true |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| 8 | A selection of projects I wasn't too lazy to create a page for. | 8 | A selection of projects I wasn't too lazy to create a page for. |
