Skip to content

Contributing guide

Eric Miguel edited this page Feb 13, 2021 · 3 revisions

How to contribute

Follow the standard contribution work flow. Any help on improve the page and its cotent is welcome.

How to create a new model article

  1. create a new context menu: the name must follow {model name}-menu.yml pattern.
  2. create a new markdown file in the articles page: {model name}.md.
  3. update the top navigation navigation.yml and insert your model in the list.
  4. make sure you edit the models-summary.yml file and insert your model in the list.

Model article structure

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
---

Model article markdown formatting guide

Operational models encyclopedia use Bulma as CSS framework.

Section titles

<div class="title is-5 mt-5" id="section-title">Section title</div>

Images

<figure class="is-flex is-justify-content-center">
    <img alt="alternative text" src="{{ site.baseurl }}/...">
</figure>

Other elements

Follow the default markdown formatting.

Clone this wiki locally