/hospitalrun.github.io

Informational site for the HospitalRun software. Powered by GitHub Pages and Jekyll.

Primary LanguageHTMLMIT LicenseMIT

HospitalRun Website

dependabot MIT Join the community on Spectrum

This project contains the current HospitalRun website. Powered by GitHub Pages and Jekyll.


Running / Development

If you want to manage HospitalRun website in a local web development environment, you'll be using Ruby.

  1. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Clone the repository
git clone git@github.com:HospitalRun/hospitalrun.github.io.git
  1. Change into your new directory
cd hospitalrun.github.io
  1. Install missing gems
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve

You should see something like:

Configuration file: /HospitalRun/hospitalrun.github.io/_config.ym
            Source: /HospitalRun/hospitalrun.github.io
       Destination: /HospitalRun/hospitalrun.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 1.795 seconds.
 Auto-regeneration: enabled for '/HospitalRun/hospitalrun.github.io'
    Server address: http://127.0.0.1:4000
  Server running... press ctrl-c to stop.
  1. Browse to http://localhost:4000

Folder structure

hospitalrun.github.io/
├── _assets       # Mockup      
├── _includes     # HTML structure     
├── _layouts    
├── _posts        # Blog posts in Markdown
├── _sass
├── _site         # Generated pages from source
├── beta    
├── blog   
├── contribute   
├── css    
├── demo     
├── events
├── hack-week
├── img
├── lisbon
├── partners
├── team
└── tryit     

License

Released under the MIT license.