diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..9122f83 --- /dev/null +++ b/Gemfile @@ -0,0 +1,7 @@ +source "https://rubygems.org" + +gem "jekyll", "~> 3.9.3" +gem "github-pages", group: :jekyll_plugins +gem "jekyll-remote-theme" +gem "jekyll-seo-tag" +gem "webrick", "~> 1.7" \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..78377ce --- /dev/null +++ b/_config.yml @@ -0,0 +1,12 @@ +title: FHIRFLARE IG Toolkit +description: Helm chart for deploying the fhirflare-ig-toolkit application +remote_theme: pages-themes/modernist@v0.2.0 +plugins: +- jekyll-remote-theme +- jekyll-seo-tag + +show_downloads: true +google_analytics: + +github: + repository_url: https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..cf20e93 --- /dev/null +++ b/index.md @@ -0,0 +1,21 @@ +--- +layout: default +--- + +# FHIRFLARE IG Toolkit + +{{ site.description }} + +## Overview + +FHIRFLARE-IG-Toolkit is a comprehensive solution for working with FHIR Implementation Guides. + +## Features + +- Helm chart deployment +- FHIR resources management +- Implementation Guide toolkit + +## Getting Started + +Check out the [documentation](README.md) to get started with FHIRFLARE IG Toolkit.