Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Website for standards and governance of the Open Modeling Foundation

License

NotificationsYou must be signed in to change notification settings

openmodelingfoundation/openmodelingfoundation.github.io

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.

How to Contribute

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.

About

This GitHub pages site is generated withhugo using thedocsy theme and can be built locally by following these instructions:

Setup

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

Docker and docker-compose installed

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

Install hugo and npm locally

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

[8]ページ先頭

©2009-2025 Movatter.jp