Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmodelica/www.openmodelica.org
OpenModelica webpage (https://openmodelica.org)
https://github.com/openmodelica/www.openmodelica.org
Last synced: 17 days ago
JSON representation
OpenModelica webpage (https://openmodelica.org)
- Host: GitHub
- URL: https://github.com/openmodelica/www.openmodelica.org
- Owner: OpenModelica
- Created: 2022-11-24T13:59:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:23:20.000Z (about 2 months ago)
- Last Synced: 2024-10-30T04:59:49.305Z (about 2 months ago)
- Language: HTML
- Size: 21.5 MB
- Stars: 0
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# www.openmodelica.org
In order to test the webpage locally:
```bash
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:
```bash
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:```markdown
Report bugs in [GitHub]({{< param "bugreporting" >}})
```There are also parameters for the release, stable and nightly versions that can be used to generate webpages.