diff --git a/Jekyll/Gemfile b/Jekyll/Gemfile new file mode 100644 index 0000000..1afd2cc --- /dev/null +++ b/Jekyll/Gemfile @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +# gem "rails" diff --git a/Jekyll/about.md b/Jekyll/about.md new file mode 100644 index 0000000..9ea89fc --- /dev/null +++ b/Jekyll/about.md @@ -0,0 +1,97 @@ +--- +layout: default +title: In-line in Markdoown +--- +# SVG as Include in HTRML. + +{::nomarkdown} + +Vector illustration of a device with colorful arrows.. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{:/} diff --git a/Jekyll/index.html b/Jekyll/index.html new file mode 100644 index 0000000..6c99026 --- /dev/null +++ b/Jekyll/index.html @@ -0,0 +1,16 @@ +--- +layout: default +title: As Include in HTML +--- + + + + + + {{ page.title }} + + +

SVG as Include in HTRML.

+ {% include svgs/demo.svg%} + + \ No newline at end of file diff --git a/Jekyll/inline.html b/Jekyll/inline.html new file mode 100644 index 0000000..392519d --- /dev/null +++ b/Jekyll/inline.html @@ -0,0 +1,103 @@ +--- +layout: default +title: In-line in HTML +--- + + + + + + {{ page.title }} + + +

SVG in-line in HTML.

+ + Vector illustration of a device with colorful arrows.. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file