From a8abcd3de1c1ba9e032e97f23845a53f32068205 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 4 Nov 2018 17:14:08 -0500 Subject: renamed support to faq and added our email address --- _config.yml | 4 ++-- _includes/navigator.html | 2 +- about.html | 2 ++ faq.html | 20 ++++++++++++++++++++ support.html | 21 --------------------- 5 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 faq.html delete mode 100644 support.html diff --git a/_config.yml b/_config.yml index 9f86a5e..275fe40 100644 --- a/_config.yml +++ b/_config.yml @@ -14,11 +14,11 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: Silicon Linux -email: your-email@example.com +email: support@silicon-linux.net description: >- # this means to ignore newlines until "baseurl:" 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 +url: "http://silicon-linux.net" # the base hostname & protocol for your site, e.g. http://example.com # Build settings markdown: kramdown diff --git a/_includes/navigator.html b/_includes/navigator.html index 79b7ce7..fac9809 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -4,7 +4,7 @@ - +
  • diff --git a/about.html b/about.html index 93dbc99..b3503e2 100644 --- a/about.html +++ b/about.html @@ -12,6 +12,8 @@ project: Silicon Linux

    About Us

    Github: Silicon Linux

    Our Discord: Discord Badge

    +

    Contact Us

    +

    Any problems: support@silicon-linux.net

    Information about our team

    We currently have 8 people in our team.

    This project started in October 18th 2018

    diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..b63a9c9 --- /dev/null +++ b/faq.html @@ -0,0 +1,20 @@ +--- +project: Silicon Linux +--- + + + + {% include heading.html %} + Silicon Linux FAQ + + + {% include navigator.html %} +

    Silicon Linux FAQ

    +

    +

    Frequently Asked Questions:

    +

    Q: What is Silicon Linux?

    +

    A: It's a linux distro by Alee14.

    +

    + {% include footer.html %} + + diff --git a/support.html b/support.html deleted file mode 100644 index 64ce2e5..0000000 --- a/support.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -project: Silicon Linux ---- - - - - {% include heading.html %} - Silicon Linux Support - - - {% include navigator.html %} -

    Silicon Linux Support

    -

    - -

    Frequently Asked Questions:

    -

    Q: What is Silicon Linux?

    -

    A: It's a linux distro by Alee14.

    -

    - {% include footer.html %} - - -- cgit v1.2.3