diff --git a/_config.yaml b/_config.yaml index 37392046..554c8658 100644 --- a/_config.yaml +++ b/_config.yaml @@ -11,3 +11,5 @@ defaults: exclude: ["README.md"] include: ["_headers"] + +local: false diff --git a/_config_local.yaml b/_config_local.yaml new file mode 100644 index 00000000..a358107e --- /dev/null +++ b/_config_local.yaml @@ -0,0 +1,4 @@ +url: file:///usr/share/secureblue/website +# or wherever we wanna put it idk + +local: true diff --git a/_includes/header.html b/_includes/header.html index 98406406..792aa815 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,9 @@
  • secureblue
  • Features
  • Images
  • + {%- unless site.local == true %}
  • Install
  • + {%- endunless %}
  • Post-Install
  • FAQ
  • Contributing
  • diff --git a/_includes/hero.html b/_includes/hero.html index c49da5bb..cc897139 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -3,7 +3,9 @@

    secureblue

    A security-focused desktop and server linux operating system.

    + {%- unless site.local == true %} Get secureblue + {%- endunless %}
    @@ -11,4 +13,4 @@

    secureblue

    - \ No newline at end of file + diff --git a/_includes/meta.html b/_includes/meta.html index 7cbbf5a3..ae081f1b 100644 --- a/_includes/meta.html +++ b/_includes/meta.html @@ -15,14 +15,14 @@ - + - + - + @@ -42,4 +42,4 @@ - \ No newline at end of file + diff --git a/content/FAQ.md b/content/FAQ.md index c12a4ffe..c4e6484f 100644 --- a/content/FAQ.md +++ b/content/FAQ.md @@ -443,7 +443,7 @@ You can install `kde-connect` by running `rpm-ostree install kde-connect` and th ### [How do I change my DE?](#change-de) {: #change-de} -Choose whatever you like from the [available options](https://secureblue.dev/images) by running `ujust rebase-secureblue`. +Choose whatever you like from the [available options](/images) by running `ujust rebase-secureblue`. ### [How do I enable kernel modules?](#enable-kernel-modules) {: #enable-kernel-modules}