From aadc05c21ba13f4aa8a5629d032878dba661d105 Mon Sep 17 00:00:00 2001 From: cylexVEVO Date: Tue, 26 Feb 2019 19:44:15 -0500 Subject: Website rewrite --- _includes/heading.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 _includes/heading.html (limited to '_includes/heading.html') diff --git a/_includes/heading.html b/_includes/heading.html deleted file mode 100644 index 08ac248..0000000 --- a/_includes/heading.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - -- cgit v1.2.3 From b9c3946dab30a097cd5390e019e42a8a99116587 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 5 Apr 2019 20:15:53 -0400 Subject: Added improvement; Blog will be added later. --- .gitignore | 1 + _includes/footer.html | 3 +++ _includes/footing.html | 4 ++++ _includes/heading.html | 5 +++++ _includes/navigator.html | 13 ++++++++++++ _layouts/default.html | 18 +++++++++++++++++ _layouts/posts.html | 18 +++++++++++++++++ about.html | 52 ------------------------------------------------ about.md | 19 ++++++++++++++++++ faq.html | 40 ------------------------------------- faq.md | 7 +++++++ index.html | 41 -------------------------------------- index.md | 8 ++++++++ 13 files changed, 96 insertions(+), 133 deletions(-) create mode 100644 .gitignore create mode 100644 _includes/footer.html create mode 100644 _includes/footing.html create mode 100644 _includes/heading.html create mode 100644 _includes/navigator.html create mode 100644 _layouts/default.html create mode 100644 _layouts/posts.html delete mode 100644 about.html create mode 100644 about.md delete mode 100644 faq.html create mode 100644 faq.md delete mode 100644 index.html create mode 100644 index.md (limited to '_includes/heading.html') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c08f9ad --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..47e5456 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/_includes/footing.html b/_includes/footing.html new file mode 100644 index 0000000..203ff94 --- /dev/null +++ b/_includes/footing.html @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/_includes/heading.html b/_includes/heading.html new file mode 100644 index 0000000..276c270 --- /dev/null +++ b/_includes/heading.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/navigator.html b/_includes/navigator.html new file mode 100644 index 0000000..f35f5b1 --- /dev/null +++ b/_includes/navigator.html @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..c8f24b1 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,18 @@ + + + + {% include heading.html %} + {{ page.title }} | Silicon Linux + + +
+ {% include navigator.html %} +
+ {{ content }} +
+
+ + {% include footing.html %} + {% include footer.html %} + + \ No newline at end of file diff --git a/_layouts/posts.html b/_layouts/posts.html new file mode 100644 index 0000000..c8f24b1 --- /dev/null +++ b/_layouts/posts.html @@ -0,0 +1,18 @@ + + + + {% include heading.html %} + {{ page.title }} | Silicon Linux + + +
+ {% include navigator.html %} +
+ {{ content }} +
+
+ + {% include footing.html %} + {% include footer.html %} + + \ No newline at end of file diff --git a/about.html b/about.html deleted file mode 100644 index b8ea55b..0000000 --- a/about.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - Silicon Linux - - -
- -
-
-

About Us

-

Twitter: silicon_linux

-

GitHub: Silicon Linux

-

Discord: Discord Badge

-
-
-

Contact Us

-

If you have any problems, don't hesitate to email us at: support@silicon-linux.net

-
-
-

About The Team

-

We currently have 9 people on our team.

-

The Silicon Linux project started on October 18th, 2018.

-
-
-
- - - - - - - \ No newline at end of file diff --git a/about.md b/about.md new file mode 100644 index 0000000..83c4704 --- /dev/null +++ b/about.md @@ -0,0 +1,19 @@ +--- +layout: default +title: About +--- +
+

About Us

+

Twitter: silicon_linux

+

GitHub: Silicon Linux

+

Discord: Discord Badge

+
+
+

Contact Us

+

If you have any problems, don't hesitate to email us at: support@silicon-linux.net

+
+
+

About The Team

+

We currently have 9 people on our team.

+

The Silicon Linux project started on October 18th, 2018.

+
\ No newline at end of file diff --git a/faq.html b/faq.html deleted file mode 100644 index ee511dd..0000000 --- a/faq.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - Silicon Linux - - -
- -
-

FAQ

-

Q: What is Silicon Linux?

-

A: Silicon Linux is a linux distro created by Alee14.

-
-
- - - - - - - \ No newline at end of file diff --git a/faq.md b/faq.md new file mode 100644 index 0000000..458cdaf --- /dev/null +++ b/faq.md @@ -0,0 +1,7 @@ +--- +layout: default +title: FAQ +--- +

FAQ

+

Q: What is Silicon Linux?

+

A: Silicon Linux is a linux distro created by Alee14.

diff --git a/index.html b/index.html deleted file mode 100644 index 9adcc36..0000000 --- a/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - Silicon Linux - - -
- -
-
-

Silicon Linux

-

This website is under construction. Some content may be missing.

-
-
-
- - - - - - - \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..be83e71 --- /dev/null +++ b/index.md @@ -0,0 +1,8 @@ +--- +layout: default +title: Home +--- +
+

Silicon Linux

+

This website is under construction. Some content may be missing.

+
\ No newline at end of file -- cgit v1.2.3