From b26d7625361c22ce4911a4ca3b1d5e21b597b622 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 2 Nov 2018 16:08:54 -0400 Subject: Jekyll stuff --- _config.yml | 4 +--- _includes/heading.html | 5 +++++ index.html | 9 +++++---- support.html | 4 ++++ 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 _includes/heading.html diff --git a/_config.yml b/_config.yml index b36fe72..16a1871 100644 --- a/_config.yml +++ b/_config.yml @@ -16,9 +16,7 @@ title: Silicon Linux email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. + A Linux distribution by the Silicon Linux group. # baseurl: "" # the subpath of your site, e.g. /blog url: "http://silicon-linux.ml" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/_includes/heading.html b/_includes/heading.html new file mode 100644 index 0000000..5c04f32 --- /dev/null +++ b/_includes/heading.html @@ -0,0 +1,5 @@ + + + + + diff --git a/index.html b/index.html index 0305c59..6a29004 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ +--- +project: Silicon Linux +--- + - - - - + {% include heading.html %} Silicon Linux diff --git a/support.html b/support.html index e9f783f..affcc5f 100644 --- a/support.html +++ b/support.html @@ -1,3 +1,7 @@ +--- +project: Silicon Linux +--- + -- cgit v1.2.3