Skip to content

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

License

Notifications You must be signed in to change notification settings

ellaisys/hospitalrun.github.io

 
 

Repository files navigation

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 [email protected]: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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.6%
  • CSS 40.5%
  • Ruby 11.9%