From 1b7041001219e782d5619b7db409a61201a91fac Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Wed, 14 Oct 2020 02:13:19 +0530
Subject: [PATCH] Update README

---
 website/README.md | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/website/README.md b/website/README.md
index 4ab59fc..bf3612c 100644
--- a/website/README.md
+++ b/website/README.md
@@ -35,15 +35,10 @@ This will generate the files in a directory called `public`. These files can now
 
 ### To add a news/announcement:
 
-Run `hugo new news/title-of-the-new-statement.md`.
-
-A new markdown file will be created under content/news/ directory. Use your favourite text editor to edit it.
-
-To see website preview, run `hugo server -D`.
-
-Open `localhost:1313` in your browser.
-
-When you finish drafting the news item, to make it live, change `draft: true` to `draft: false` in the above created markdown file.
+1. Run `hugo new news/title-of-the-news-item.md`.
+1. A new markdown file will be created under `content/news/` directory. Use your favourite text editor to edit it.
+1. To see website preview, run `hugo server -D` and open `localhost:1313` in your browser.
+1. When you finish drafting the news item, to make it live, change `draft: true` to `draft: false` in the above created markdown file.
 
 ### Workflow for camp.fsf.org.in
 - Make necessary changes and commit the changes to git.
-- 
GitLab