mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-11-05 13:35:15 +00:00
Add website build
This commit is contained in:
parent
6447047b86
commit
3a34212899
7
Gemfile
Normal file
7
Gemfile
Normal file
@ -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"
|
||||||
12
_config.yml
Normal file
12
_config.yml
Normal file
@ -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
|
||||||
21
index.md
Normal file
21
index.md
Normal file
@ -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.
|
||||||
Loading…
x
Reference in New Issue
Block a user