-
Notifications
You must be signed in to change notification settings - Fork 5
Blog Post Guide
- add the file to the
blogdirectory - add the filename as an entry in
blog/menu.md
A blog post is written in standard Markdown with the figure extensions, like normal documentation pages.
There is one small caveat:
In order for the author to correctly display, a small amount of inline HTML needs adding under the primary title. Here is an example from the first page:
# Version 8.6.0 Released
<p id="publish-data">By Tom Norton - 14th July 2017</p>
---
Today we're happy to announce the release of Webots 8.6.0. This new release brings a ton of new features and improvements, coupled with the same dedicated patches addressing bugs and regressions. Listed below are some of the key features of this release (for a full list of changes please refer to the ChangeLog, found [here](https://www.cyberbotics.com/dvd/common/doc/webots/ChangeLog.html)).
This guarantees that the Blog CSS can position the element correctly on the blog post.
Youtube videos can be embedded using this syntax:

-
The page title should be done with an
h1(i.e. "# Webots 2019c Released"). Section titles and further sub-titles should followh2(##),h3(###) etc. -
Between each section that starts with an
h2, a horizontal rule should be placed, like this:--- -
Prefer either HTML5 video or YouTube videos to GIFs for animated content.
-
Any screenshots should be of the highest quality & size possible. This includes enabling graphical features such as anti-aliasing, high-quality texture filtering, shadows etc.