-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing guide
Eric Miguel edited this page Feb 13, 2021
·
3 revisions
Follow the standard contribution work flow. Any help on improve the page and its cotent is welcome.
- create a new context menu: the name must follow
{model name}-menu.yml
pattern. - create a new markdown file in the articles page:
{model name}.md
. - update the top navigation
navigation.yml
and insert your model in the list. - make sure you edit the
models-summary.yml
file and insert your model in the list.
Replicate the following frontmatter and replace title, _subtitle _and menubar values.
---
title: GFS
subtitle: "Last content update: jun, 2019"
layout: page
hero_height: is-medium
menubar: gfs-menu
content_width: is-8
show_sidebar: true
---
Operational models encyclopedia use Bulma as CSS framework.
<div class="title is-5 mt-5" id="section-title">Section title</div>
<figure class="is-flex is-justify-content-center">
<img alt="alternative text" src="{{ site.baseurl }}/...">
</figure>
Follow the default markdown formatting.