diff --git a/classnotes/Using the HL7 IG Publisher.docx b/classnotes/Using the HL7 IG Publisher.docx index 7733efb..640fbbe 100644 Binary files a/classnotes/Using the HL7 IG Publisher.docx and b/classnotes/Using the HL7 IG Publisher.docx differ diff --git a/ig.ini b/ig.ini index df464e7..def79b9 100644 --- a/ig.ini +++ b/ig.ini @@ -4,6 +4,7 @@ ig = input/myig.xml template = fhir.base.template#current +#template = #local-template diff --git a/local-template/content/assets/images/SampleLogo.png b/local-template/content/assets/images/SampleLogo.png new file mode 100644 index 0000000..3b7daf3 Binary files /dev/null and b/local-template/content/assets/images/SampleLogo.png differ diff --git a/local-template/includes/_append.fragment-header.html b/local-template/includes/_append.fragment-header.html new file mode 100644 index 0000000..06c17fe --- /dev/null +++ b/local-template/includes/_append.fragment-header.html @@ -0,0 +1,3 @@ +
+ +
\ No newline at end of file diff --git a/local-template/package/package.json b/local-template/package/package.json new file mode 100644 index 0000000..64cf87d --- /dev/null +++ b/local-template/package/package.json @@ -0,0 +1,13 @@ +{ + "name": "hl7.sample.template", + "version": "0.0.1", + "type": "fhir.template", + "license": "CC0-1.0", + "description": "Sample Template - not intended for real use", + "author": "http://hl7.org/fhir", + "canonical": "http://github.com/HL7/ig-template-sample", + "base": "fhir.base.template", + "dependencies": { + "fhir.base.template": "current" + } +} \ No newline at end of file