You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tom Norton edited this page Nov 10, 2017
·
2 revisions
Procedure for Writing a New Blog Post
add the file to the blog directory
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.
The page title should be done with an h1 (i.e. "# Webots 2019c Released"). Section titles and further sub-titles should follow h2(##), 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.