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/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 +++++ 9 files changed, 45 insertions(+) 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/profiles') 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 +--- -- cgit v1.2.3-70-g09d2