- Notifications
You must be signed in to change notification settings - Fork35
Website for standards and governance of the Open Modeling Foundation
License
openmodelingfoundation/openmodelingfoundation.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository is for establishing and disseminating standards related to accessibility, interoperability, documentation, and reuse of computational models. Please see ourmission and charter for more details.
You can contribute to this site by following the directions athttps://openmodelingfoundation.org/contribute/ - the process of proposing and accepting changes to OMF standards will be finalized once we have established ourgovernance structure.
This GitHub pages site is generated withhugo using thedocsy theme and can be built locally by following these instructions:
To create a local setup of this site you can installDocker
anddocker-compose
orhugo
andnpm
on your local operating system.
Clone this repository viagit clone --recurse-submodules -j8 https://github.com/openmodelingfoundation/openmodelingfoundation.github.io.git
If you have Docker and docker-compose installed, you can use the Makefile in the repository to automatically serve a local copy of the site to test out any changes:
Build and start a docker container with a hot-reloadinghugo server
that you can visit in your browser athttp://localhost:1313
via
% make serve
Open a hugo shell in the docker container
% make shell
If you don't have docker installed and don't mind installing things in your operating system, you can do the following:
- Install the extended version of hugo from thereleases page.
- Install npm via your operating system's package manager or from thenpm site.
- Use hugo commands and npm to build/render the site.
% hugo mod get% npm install% hugo serve# dev server without drafts# OR% hugo serve -D# dev server with drafts
About
Website for standards and governance of the Open Modeling Foundation
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.