diff options
author | Volpeon <git@volpeon.ink> | 2021-11-14 09:28:25 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-14 09:28:25 +0100 |
commit | ac027192285ad741b3ac1b837e1c363beb8f3791 (patch) | |
tree | 7f00bf8cb177ce844a9deb8f2a8dbe0bed721edd /content/profiles | |
parent | Update (diff) | |
download | volpeon.ink-ac027192285ad741b3ac1b837e1c363beb8f3791.tar.gz volpeon.ink-ac027192285ad741b3ac1b837e1c363beb8f3791.tar.bz2 volpeon.ink-ac027192285ad741b3ac1b837e1c363beb8f3791.zip |
Generate special list metadata
Diffstat (limited to 'content/profiles')
-rw-r--r-- | content/profiles/bandcamp/index.md | 6 | ||||
-rw-r--r-- | content/profiles/email/index.md | 6 | ||||
-rw-r--r-- | content/profiles/fediverse/index.md | 6 | ||||
-rw-r--r-- | content/profiles/git/index.md | 5 | ||||
-rw-r--r-- | content/profiles/git/main.md (renamed from content/profiles/github/main.md) | 0 | ||||
-rw-r--r-- | content/profiles/github/index.md | 5 | ||||
-rw-r--r-- | content/profiles/index.md | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/content/profiles/bandcamp/index.md b/content/profiles/bandcamp/index.md index 34f3c88..0a47469 100644 --- a/content/profiles/bandcamp/index.md +++ b/content/profiles/bandcamp/index.md | |||
@@ -1,5 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: Bandcamp | 2 | title: Bandcamp |
3 | icon: parallelogram | 3 | icon: parallelogram |
4 | list_icon: icon-arrow-up-right | 4 | list_post_icon: icon-arrow-up-right |
5 | --- | 5 | --- |
diff --git a/content/profiles/email/index.md b/content/profiles/email/index.md index e305535..6eef738 100644 --- a/content/profiles/email/index.md +++ b/content/profiles/email/index.md | |||
@@ -1,5 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: E-Mail | 2 | title: E-Mail |
3 | icon: envelope | 3 | icon: envelope |
4 | list_icon: icon-arrow-up-right | 4 | list_post_icon: icon-arrow-up-right |
5 | --- | 5 | --- |
diff --git a/content/profiles/fediverse/index.md b/content/profiles/fediverse/index.md index ed35dc1..56eb848 100644 --- a/content/profiles/fediverse/index.md +++ b/content/profiles/fediverse/index.md | |||
@@ -1,5 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: Fediverse | 2 | title: Fediverse |
3 | icon: graph | 3 | icon: graph |
4 | list_icon: icon-arrow-up-right | 4 | list_post_icon: icon-arrow-up-right |
5 | --- | 5 | --- |
diff --git a/content/profiles/git/index.md b/content/profiles/git/index.md new file mode 100644 index 0000000..0d747a6 --- /dev/null +++ b/content/profiles/git/index.md | |||
@@ -0,0 +1,5 @@ | |||
1 | --- | ||
2 | title: Git | ||
3 | icon: git-branch | ||
4 | list_post_icon: icon-arrow-up-right | ||
5 | --- | ||
diff --git a/content/profiles/github/main.md b/content/profiles/git/main.md index fb25680..fb25680 100644 --- a/content/profiles/github/main.md +++ b/content/profiles/git/main.md | |||
diff --git a/content/profiles/github/index.md b/content/profiles/github/index.md deleted file mode 100644 index d4f011d..0000000 --- a/content/profiles/github/index.md +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | --- | ||
2 | title: Git | ||
3 | icon: git-branch | ||
4 | list_icon: icon-arrow-up-right | ||
5 | --- | ||
diff --git a/content/profiles/index.md b/content/profiles/index.md index 1041807..6514367 100644 --- a/content/profiles/index.md +++ b/content/profiles/index.md | |||
@@ -1,5 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: Profiles | 2 | title: Profiles |
3 | position: 1 | ||
3 | list_grid: true | 4 | list_grid: true |
4 | list_icon: icon-arrow-up-right | ||
5 | --- | 5 | --- |