All Projects β†’ HospitalRun β†’ Hospitalrun.io

HospitalRun / Hospitalrun.io

Licence: mit
HospitalRun website

Projects that are alternatives of or similar to Hospitalrun.io

Jekflix Template
A Jekyll theme inspired by Netflix. 🎬
Stars: ✭ 504 (+362.39%)
Mutual labels:  netlify, jekyll
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-86.24%)
Mutual labels:  jekyll, website
Mqtt.org
The mqtt.org website
Stars: ✭ 4,776 (+4281.65%)
Mutual labels:  jekyll, website
Resume Website
jsonresume website 🏑
Stars: ✭ 351 (+222.02%)
Mutual labels:  jekyll, website
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-53.21%)
Mutual labels:  jekyll, website
Made Mistakes Jekyll
Source for my website and blog (Jekyll + Gulp + Netlify)
Stars: ✭ 436 (+300%)
Mutual labels:  netlify, jekyll
Aviaryan.github.com Retired 2018
My website (retired)
Stars: ✭ 10 (-90.83%)
Mutual labels:  jekyll, website
ish.app
The iSH website
Stars: ✭ 66 (-39.45%)
Mutual labels:  jekyll, website
Netlify Plugin Ghost Markdown
Returns Ghost content as markdown files for static site generators like Jekyll to consume.
Stars: ✭ 46 (-57.8%)
Mutual labels:  netlify, jekyll
Savjee.be
Source code of my Jekyll-powered website
Stars: ✭ 31 (-71.56%)
Mutual labels:  jekyll, website
Jekyll Klise
πŸ– KlisΓ© is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (+186.24%)
Mutual labels:  netlify, jekyll
Minetest.github.io
Official Minetest website hosted by Github Pages
Stars: ✭ 85 (-22.02%)
Mutual labels:  jekyll, website
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (+173.39%)
Mutual labels:  netlify, jekyll
Alembic
βš—οΈ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+359.63%)
Mutual labels:  netlify, jekyll
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (-62.39%)
Mutual labels:  website, netlify
Website
The code that powers the Egee.io website.
Stars: ✭ 25 (-77.06%)
Mutual labels:  jekyll, website
dev.cityofchicago.org
Developer resources provided by the City of Chicago and sister agencies and get technical updates from the developer blog.
Stars: ✭ 22 (-79.82%)
Mutual labels:  jekyll, website
website
The next-gen website of LUG@USTC.
Stars: ✭ 15 (-86.24%)
Mutual labels:  jekyll, website
Docslikecode
Read stories, learn through practice, share with others, to treat docs as code.
Stars: ✭ 28 (-74.31%)
Mutual labels:  netlify, website
Dantecalderon.dev
πŸ’» ❀️ My personal website
Stars: ✭ 51 (-53.21%)
Mutual labels:  netlify, website

HospitalRun website

Netlify Status Jekyll Total alerts

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:

  1. Run bundle install to install the dependencies
  2. Run bundle exec jekyll build to build on local
  3. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].