Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ width: wide
</div>

<div class="hextra-cards mt-4 gap-4 grid not-prose justify-center w-full md:w-xl mx-auto mb-16" style="--hextra-cards-grid-cols: 2;">
{{< button
link="https://help.getsol.us"
text="Help Center"
icon="book-open"
>}}

{{< button
link="/editions"
text="Download"
icon="download"
primary=true
>}}
{{< button
link="https://help.getsol.us"
text="Help Center"
icon="book-open"
>}}


</div>

{{< feature
Expand Down
80 changes: 41 additions & 39 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ build:
buildStats:
enable: true
cachebusters:
- source: assets/notwatching/hugo_stats\.json
target: css
- source: (postcss|tailwind)\.config\.js
target: css
- source: assets/notwatching/hugo_stats\.json
target: css
- source: (postcss|tailwind)\.config\.js
target: css

module:
imports:
Expand All @@ -32,41 +32,43 @@ enableInlineShortcodes: true

menus:
main:
- name: Home
pageRef: /
weight: 1
- name: Get Solus
pageRef: /editions
weight: 2
- name: Blog
pageRef: /blog
weight: 3
- name: Forums
url: "https://discuss.getsol.us"
weight: 4
- name: Funding ↗
url: "https://opencollective.com/getsolus"
weight: 5
- name: Help ↗
url: "https://help.getsol.us"
weight: 6
- name: Matrix ↗
url: "https://matrix.to/#/#solus:matrix.org"
weight: 7
- name: Dev Tracker
url: "https://dev.getsol.us"
weight: 8
params:
icon: github
- name: Mastodon
url: https://floss.social/@getsolus
weight: 9
params:
icon: mastodon
- name: Theme Toggle
weight: 10
params:
type: theme-toggle
- name: Home
pageRef: /
weight: 1
- name: Get Solus
pageRef: /editions
weight: 2
- name: Blog
pageRef: /blog
weight: 3
- name: Forum ↗
url: "https://discuss.getsol.us"
weight: 4
- name: Help ↗
url: "https://help.getsol.us"
weight: 5
- name: Funding ↗
url: "https://opencollective.com/getsolus"
weight: 6
- name: Matrix ↗
url: "https://matrix.to/#/#solus:matrix.org"
params:
icon: chat
weight: 7
- name: Dev Tracker ↗
url: "https://dev.getsol.us"
weight: 8
params:
icon: github
- name: Mastodon ↗
url: https://floss.social/@getsolus
weight: 9
params:
icon: mastodon
- name: Theme Toggle
weight: 10
params:
type: theme-toggle

params:
copyright: 2025
Expand Down