diff options
| author | Alee <alee14498@gmail.com> | 2018-11-02 16:08:54 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-02 16:08:54 -0400 |
| commit | b26d7625361c22ce4911a4ca3b1d5e21b597b622 (patch) | |
| tree | c31606ac5f0db0c07bcc2f8b87d7250dc5cad3a8 | |
| parent | 00aef7aee1cf05d5c2586c9a59686ac61ffd1dec (diff) | |
| download | silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.tar.gz silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.tar.bz2 silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.zip | |
Jekyll stuff
| -rw-r--r-- | _config.yml | 4 | ||||
| -rw-r--r-- | _includes/heading.html | 5 | ||||
| -rw-r--r-- | index.html | 9 | ||||
| -rw-r--r-- | support.html | 4 |
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"> @@ -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"> |
