You can add, change and remove news as a separate Markdown files located in `config/news` folder with extension `.md`.
I recommend following John Gruber's excellent markdown guide, found right under this text <iclass="fa fa-long-arrow-down"aria-hidden="true"></i>. It's really worth reading. To view the code that makes up the guide, go to `config/news/news2.md`.
I can also recommend GitHub's ["Mastering Markdown"](https://guides.github.com/features/mastering-markdown/) guide.
**PS**: You can mix Markdown with HTML to add cool stuff like icons <iclass="fa fa-smile-o"aria-hidden="true"></i><iclass="fa fa-thumbs-o-up"aria-hidden="true"></i>, or even a full YouTube player with video!
#### Informations:
- News are read from the `config/news` folder, alphabetically sorted by file name. (news A.md will be at top of the page while Z.md at the bottom)
- Every news file need to have `.md` (Markdown) extension