From 136ae9ae7419efbe62398b172b675e5c9bcbfcea Mon Sep 17 00:00:00 2001 From: Ishmaam Khan Date: Tue, 5 Aug 2025 00:45:03 +0600 Subject: [PATCH] chore: remove the draft field from content and upload icons (duh) --- archetypes/default.md | 1 - static/images/icons/discord.svg | 3 +++ static/images/icons/envelope-fill.svg | 3 +++ static/images/icons/github.svg | 3 +++ static/images/icons/signal.svg | 3 +++ static/images/icons/twitter.svg | 3 +++ 6 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 static/images/icons/discord.svg create mode 100644 static/images/icons/envelope-fill.svg create mode 100644 static/images/icons/github.svg create mode 100644 static/images/icons/signal.svg create mode 100644 static/images/icons/twitter.svg diff --git a/archetypes/default.md b/archetypes/default.md index 25b6752..72d6c92 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,4 @@ +++ date = '{{ .Date }}' -draft = true title = '{{ replace .File.ContentBaseName "-" " " | title }}' +++ diff --git a/static/images/icons/discord.svg b/static/images/icons/discord.svg new file mode 100644 index 0000000..9905364 --- /dev/null +++ b/static/images/icons/discord.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/images/icons/envelope-fill.svg b/static/images/icons/envelope-fill.svg new file mode 100644 index 0000000..966ef94 --- /dev/null +++ b/static/images/icons/envelope-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/images/icons/github.svg b/static/images/icons/github.svg new file mode 100644 index 0000000..013e025 --- /dev/null +++ b/static/images/icons/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/images/icons/signal.svg b/static/images/icons/signal.svg new file mode 100644 index 0000000..1583f97 --- /dev/null +++ b/static/images/icons/signal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/images/icons/twitter.svg b/static/images/icons/twitter.svg new file mode 100644 index 0000000..3001352 --- /dev/null +++ b/static/images/icons/twitter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file