HospitalRun website
With Jekyll 3 it was must necessary to switch from GitHub Pages to Netlify.
Development
hospitalrun.io is made with Jekyll a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving on Netlify.
If you already have a full Ruby development environment with all headers and RubyGems installed, you can follow this simple step:
- Run
bundle install
to install the dependencies - Run
bundle exec jekyll build
to build on local - Run
bundle exec jekyll serve
to start the Jekyll server
Directory structure
.
βββ Gemfile
βββ _config.yml
βββ _data
βΒ Β βββ faq_page.yml
βΒ Β βββ future_roadmap.yml
βΒ Β βββ navigation.yml
βΒ Β βββ slider.yml
βΒ Β βββ sponsor.yml
βΒ Β βββ team_emeritus.yml
βΒ Β βββ team_members.yml
βΒ Β βββ testimonials.yml
βΒ Β βββ trending_items.yml
βββ _includes
βΒ Β βββ blog_and_items.html
βΒ Β βββ call_to_action.html
βΒ Β βββ cookie-consent.html
βΒ Β βββ enterprise.html
βΒ Β βββ features.html
βΒ Β βββ footer.html
βΒ Β βββ ga.js
βΒ Β βββ gtm.html
βΒ Β βββ gtm.js
βΒ Β βββ header.html
βΒ Β βββ help_area.html
βΒ Β βββ map.html
βΒ Β βββ page_header.html
βΒ Β βββ pagination.html
βΒ Β βββ post_loop.html
βΒ Β βββ sidebar.html
βΒ Β βββ slider.html
βΒ Β βββ social_share.html
βΒ Β βββ sponsor_area.html
βΒ Β βββ team_area.html
βΒ Β βββ team_area_emeritus.html
βΒ Β βββ testimonials.html
βΒ Β βββ text_area.html
βΒ Β βββ timeline_area.html
βΒ Β βββ tryit.html
βΒ Β βββ why_area.html
βββ _layouts
βΒ Β βββ blank.html
βΒ Β βββ default.html
βΒ Β βββ page.html
βΒ Β βββ post.html
βΒ Β βββ tag_page.html
βββ _posts
βΒ Β βββ 2014-08-25-coming-soon-hospitalrun-10.md
βΒ Β βββ 2014-08-25-hospitalrun-early-release-in-september-2014.md
βΒ Β βββ 2016-06-06-why-hospitalrun.md
βΒ Β βββ 2017-05-23-announcing-hospitalrun-1.0.0-beta.markdown
βΒ Β βββ 2018-02-26-roadmap-to-hospitalrun-1.0.markdown
βΒ Β βββ 2018-07-01-help-wanted-a-message-from-the-co-founders.markdown
βΒ Β βββ 2019-08-07-a-new-beginning.md
βββ assets
βΒ Β βββ css
βΒ Β βββ fonts
βΒ Β βββ images
βΒ Β βββ img #legacy folder
βΒ Β βββ js
βΒ Β βββ scss #use this file to edit css
βββ gulpfile.js
βββ index.html
βββ package.json
βββ pages
βΒ Β βββ blog.html
βΒ Β βββ contacts.html
βΒ Β βββ contribute.html
βΒ Β βββ demo.html
βΒ Β βββ download.html
βΒ Β βββ faq.html
βΒ Β βββ features.html
βΒ Β βββ map.html
βΒ Β βββ privacy-policy.html
βΒ Β βββ roadmap.html
βΒ Β βββ standards.html
βΒ Β βββ team.html
βΒ Β βββ tryit.html
βββ robots.txt
βββ search.json