From c20ea9f6922557db29061a5d53c067ab20c734b9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 13 Nov 2021 18:03:55 +0100 Subject: Improved list generation, remove index template --- content/9thPK7O3xn/dreams/index.md | 1 - content/9thPK7O3xn/index.md | 2 +- content/9thPK7O3xn/misc/index.md | 1 - content/9thPK7O3xn/pages/index.md | 1 - content/index.md | 2 +- content/profiles/bandcamp/index.md | 5 +++++ content/profiles/bandcamp/main.md | 5 +++++ content/profiles/email/index.md | 5 +++++ content/profiles/email/main.md | 5 +++++ content/profiles/fediverse/index.md | 5 +++++ content/profiles/fediverse/main.md | 5 +++++ content/profiles/github/index.md | 5 +++++ content/profiles/github/main.md | 5 +++++ content/profiles/index.md | 5 +++++ content/projects/emojis/index.md | 1 - content/projects/index.md | 2 +- 16 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 content/profiles/bandcamp/index.md create mode 100644 content/profiles/bandcamp/main.md create mode 100644 content/profiles/email/index.md create mode 100644 content/profiles/email/main.md create mode 100644 content/profiles/fediverse/index.md create mode 100644 content/profiles/fediverse/main.md create mode 100644 content/profiles/github/index.md create mode 100644 content/profiles/github/main.md create mode 100644 content/profiles/index.md (limited to 'content') diff --git a/content/9thPK7O3xn/dreams/index.md b/content/9thPK7O3xn/dreams/index.md index bce4433..c89aad4 100644 --- a/content/9thPK7O3xn/dreams/index.md +++ b/content/9thPK7O3xn/dreams/index.md @@ -1,7 +1,6 @@ --- title: Dream Journal position: 9 -layout: list list_order: date_desc list_read_indicators: true create_feed: true diff --git a/content/9thPK7O3xn/index.md b/content/9thPK7O3xn/index.md index 0b14fcf..52ceada 100644 --- a/content/9thPK7O3xn/index.md +++ b/content/9thPK7O3xn/index.md @@ -1,6 +1,6 @@ --- title: Personal -layout: categorized_list +unlisted: true create_feed: true --- diff --git a/content/9thPK7O3xn/misc/index.md b/content/9thPK7O3xn/misc/index.md index 572cc05..d39ae3f 100644 --- a/content/9thPK7O3xn/misc/index.md +++ b/content/9thPK7O3xn/misc/index.md @@ -1,7 +1,6 @@ --- title: Other stuff position: 10 -layout: list list_read_indicators: true create_feed: true --- diff --git a/content/9thPK7O3xn/pages/index.md b/content/9thPK7O3xn/pages/index.md index 0dccffb..33818ff 100644 --- a/content/9thPK7O3xn/pages/index.md +++ b/content/9thPK7O3xn/pages/index.md @@ -1,7 +1,6 @@ --- title: Pages position: 0 -layout: list list_read_indicators: true create_feed: true --- diff --git a/content/index.md b/content/index.md index ca1da95..efc03c2 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,5 @@ --- -title: Home +title: Volpeon's Den --- Hi, I'm Volpeon. I enjoy programming, creating vector art and designing user interfaces. diff --git a/content/profiles/bandcamp/index.md b/content/profiles/bandcamp/index.md new file mode 100644 index 0000000..34f3c88 --- /dev/null +++ b/content/profiles/bandcamp/index.md @@ -0,0 +1,5 @@ +--- +title: Bandcamp +icon: parallelogram +list_icon: icon-arrow-up-right +--- diff --git a/content/profiles/bandcamp/main.md b/content/profiles/bandcamp/main.md new file mode 100644 index 0000000..f94213f --- /dev/null +++ b/content/profiles/bandcamp/main.md @@ -0,0 +1,5 @@ +--- +title: volpeon +titlecase: false +url: https://bandcamp.com/volpeon +--- diff --git a/content/profiles/email/index.md b/content/profiles/email/index.md new file mode 100644 index 0000000..e305535 --- /dev/null +++ b/content/profiles/email/index.md @@ -0,0 +1,5 @@ +--- +title: E-Mail +icon: envelope +list_icon: icon-arrow-up-right +--- diff --git a/content/profiles/email/main.md b/content/profiles/email/main.md new file mode 100644 index 0000000..16f103a --- /dev/null +++ b/content/profiles/email/main.md @@ -0,0 +1,5 @@ +--- +title: me@volpeon.ink +titlecase: false +url: "mailto:me@volpeon.ink" +--- diff --git a/content/profiles/fediverse/index.md b/content/profiles/fediverse/index.md new file mode 100644 index 0000000..ed35dc1 --- /dev/null +++ b/content/profiles/fediverse/index.md @@ -0,0 +1,5 @@ +--- +title: Fediverse +icon: graph +list_icon: icon-arrow-up-right +--- diff --git a/content/profiles/fediverse/main.md b/content/profiles/fediverse/main.md new file mode 100644 index 0000000..70ee902 --- /dev/null +++ b/content/profiles/fediverse/main.md @@ -0,0 +1,5 @@ +--- +title: "@volpeon@mk.vulpes.one" +titlecase: false +url: "https://mk.vulpes.one/@volpeon" +--- diff --git a/content/profiles/github/index.md b/content/profiles/github/index.md new file mode 100644 index 0000000..d4f011d --- /dev/null +++ b/content/profiles/github/index.md @@ -0,0 +1,5 @@ +--- +title: Git +icon: git-branch +list_icon: icon-arrow-up-right +--- diff --git a/content/profiles/github/main.md b/content/profiles/github/main.md new file mode 100644 index 0000000..fb25680 --- /dev/null +++ b/content/profiles/github/main.md @@ -0,0 +1,5 @@ +--- +title: "git.vulpes.one" +titlecase: false +url: "https://git.vulpes.one/" +--- diff --git a/content/profiles/index.md b/content/profiles/index.md new file mode 100644 index 0000000..1041807 --- /dev/null +++ b/content/profiles/index.md @@ -0,0 +1,5 @@ +--- +title: Profiles +list_grid: true +list_icon: icon-arrow-up-right +--- diff --git a/content/projects/emojis/index.md b/content/projects/emojis/index.md index f650b2e..01054aa 100644 --- a/content/projects/emojis/index.md +++ b/content/projects/emojis/index.md @@ -1,6 +1,5 @@ --- title: Emojis icon: smile -layout: list list_grid: true --- diff --git a/content/projects/index.md b/content/projects/index.md index 8aa8f96..c79f803 100644 --- a/content/projects/index.md +++ b/content/projects/index.md @@ -1,5 +1,5 @@ --- title: Projects -layout: categorized_list list_grid: true +list_icon: icon-arrow-right --- -- cgit v1.2.3-70-g09d2