arun3688 / www.openmodelica.org

OpenModelica webpage (https://openmodelica.org)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to test the webpage locally:

hugo serve

This prints the URL at which you can preview the webpage (minus some files that are only on the server and not in Git). When files are modified, there is a JavaScript that will reload the browser window.

To create a new page:

hugo new content/news/openmodelica-1.21.0.md

And then edit the template in a text editor.

config.toml

The config.toml file contains parameters that can be used inside of articles. For example, it is possible to write code like:

Report bugs in [GitHub]({{< param "bugreporting" >}})

There are also parameters for the release, stable and nightly versions that can be used to generate webpages.

About

OpenModelica webpage (https://openmodelica.org)


Languages

Language:HTML 35.2%Language:Modelica 28.3%Language:Shell 21.1%Language:CSS 14.2%Language:Dockerfile 1.2%