GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
From: Ammar Faizi <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
	Irvan Malik <[email protected]>,
	Memet Zx <[email protected]>
Subject: [PATCH website v1 2/3] page: Exclude the "service" page from the website
Date: Thu, 20 Oct 2022 07:39:06 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

Currently, the "service" page is empty and displayed. It doesn't make
much sense to show an empty page like this.

Add "eleventyExcludeFromCollections: true" in the "service.md" file to
avoid this page being displayed, but don't delete this file for now. In
the future, if we plan to use this file, just remove the exclusion
attribute.

Signed-off-by: Ammar Faizi <[email protected]>
---
 _source/page/service.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_source/page/service.md b/_source/page/service.md
index 685f67e..473e339 100644
--- a/_source/page/service.md
+++ b/_source/page/service.md
@@ -1,5 +1,6 @@
 ---
 title: Service
+eleventyExcludeFromCollections: true
 ---
 
-# Service
\ No newline at end of file
+# Service
-- 
Ammar Faizi


  parent reply	other threads:[~2022-10-20  0:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20  0:39 [PATCH website v1 0/3] Website cleanups Ammar Faizi
2022-10-20  0:39 ` [PATCH website v1 1/3] index: Fix stupid sentence in the index page Ammar Faizi
2022-10-20  0:39 ` Ammar Faizi [this message]
2022-10-20  0:39 ` [PATCH website v1 3/3] .gitignore: Add *.patch to .gitignore Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox