Skip to content
Snippets Groups Projects
Commit 1b704100 authored by Bady's avatar Bady
Browse files

Update README

parent ab92ec54
Branches
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment