GithubHelp home page GithubHelp logo

hbpmedical / specifications Goto Github PK

View Code? Open in Web Editor NEW
2.0 12.0 1.0 4.59 MB

Specifications for the MIP platform

Home Page: https://hbpmedical.github.io/specifications/

License: MIT License

Shell 53.56% HTML 46.44%
hbp hbp-mip documentation

specifications's Introduction

Specifications

Specifications for the MIP platform

Modifications and contributions to the site

The site is built from Markdown content using Hugo to generate the HTML code.

Development is done on the master branch of this repository, HTML pages should go to the gh-pages branch.

To get started, type the following in a command line. You will need Git version 2.7 or better and Docker.

  git clone [email protected]:HBPMedical/specifications
  cd specifications
  ./after-git-clone.sh

This will create the folder specifications.pages that contains the HTML pages to be published on Github.io.

Use the following command to run Hugo as a local server, available on localhost:1313. Any change you do on Markdown files will be updated immediately in the local site.

  ./run.sh

Commit regularly your changes, ideally indicating what what changed, for example

  git commit -a -m "Add new User Documentation page"

When you are ready to publish, follow those steps:

  # commit all your work
  git add --all .
  git commit -m "<My changes>"
  # push the changes on the master branch
  git push
  # build the site
  ./build.sh
  # publish the new site
  cd ../specifications.pages
  git add --all .
  git commit -m "<My changes>"
  git push

Done.

Online editing

You can use the following services to contribute to the site:

Please be careful when publishing your changes back to Github.

specifications's People

Contributors

ludovicc avatar mirco-nasuti avatar sambuc avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ludovicc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.