summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-02 16:08:54 -0400
committerAlee <alee14498@gmail.com>2018-11-02 16:08:54 -0400
commitb26d7625361c22ce4911a4ca3b1d5e21b597b622 (patch)
treec31606ac5f0db0c07bcc2f8b87d7250dc5cad3a8
parent00aef7aee1cf05d5c2586c9a59686ac61ffd1dec (diff)
downloadsilicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.tar.gz
silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.tar.bz2
silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.zip
Jekyll stuff
-rw-r--r--_config.yml4
-rw-r--r--_includes/heading.html5
-rw-r--r--index.html9
-rw-r--r--support.html4
4 files changed, 15 insertions, 7 deletions
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 @@
+<link href="/style.css" type="text/css" rel="stylesheet">
+<script src="/jquery-3.3.1.min.js"></script>
+<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
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
+---
+
<HTML>
<HEAD>
- <link href="./style.css" type="text/css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width">
+ {% include heading.html %}
<TITLE>Silicon Linux</TITLE>
</HEAD>
<BODY>
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
+---
+
<html>
<HEAD>
<link href="./style.css" type="text/css" rel="stylesheet">