GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [PATCH website v1 0/3] Website cleanups
@ 2022-10-20  0:39 Ammar Faizi
  2022-10-20  0:39 ` [PATCH website v1 1/3] index: Fix stupid sentence in the index page Ammar Faizi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ammar Faizi @ 2022-10-20  0:39 UTC (permalink / raw)
  To: GNU/Weeb Mailing List; +Cc: Ammar Faizi, Irvan Malik, Memet Zx

Hi,

This series contains several website cleanups. There are 3 patches
in this series:

# Patch 1
index: Fix stupid sentence in the index page. The sentence introduced
in commit 7b3954c321de ("update index.md") is grammatically wrong. Fix
it.

# Patch 2
page: Exclude the "service" page from the website. 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.

# Patch 3
.gitignore: Add *.patch to .gitignore. Obviously, to avoid patch file
being committed.

Signed-off-by: Ammar Faizi <[email protected]>
---

Ammar Faizi (3):
  index: Fix stupid sentence in the index page
  page: Exclude the "service" page from the website
  .gitignore: Add *.patch to .gitignore

 .gitignore              | 3 ++-
 _source/index.md        | 5 +----
 _source/page/service.md | 3 ++-
 3 files changed, 5 insertions(+), 6 deletions(-)


base-commit: cad31e5c5f0879e5b63f8107283d78ae8f4f3369
prerequisite-patch-id: d1f759f9987f0f2c08835a6cb09ecf4ff1fff8de
prerequisite-patch-id: cc4ffb79bd207887e718758b8fa6b88eb99926c6
-- 
Ammar Faizi


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-20  0:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH website v1 2/3] page: Exclude the "service" page from the website Ammar Faizi
2022-10-20  0:39 ` [PATCH website v1 3/3] .gitignore: Add *.patch to .gitignore Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox