Add website build

This commit is contained in:
Jörn Guy Süß 2025-08-04 20:17:57 +10:00
parent 6447047b86
commit 3a34212899
3 changed files with 40 additions and 0 deletions

7
Gemfile Normal file
View 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
View 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
View 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.