docs: headings not in descending order

This commit is contained in:
ZhenShuo Leo
2025-10-05 01:32:20 +08:00
parent 0eba74c3c6
commit 60ed15f97c
@@ -21,7 +21,6 @@ npx blowfish-tools
``` ```
{{< /alert >}} {{< /alert >}}
The config files that ship with Blowfish contain all of the possible settings that the theme recognises. By default, many of these are commented out but you can simply uncomment them to activate or change a specific feature. The config files that ship with Blowfish contain all of the possible settings that the theme recognises. By default, many of these are commented out but you can simply uncomment them to activate or change a specific feature.
## Basic configuration ## Basic configuration
@@ -74,48 +73,61 @@ colorScheme = "blowfish"
Blowfish defines a three-colour palette that is used throughout the theme. Each main colour contains ten shades which are based upon the colours that are included in [Tailwind](https://tailwindcss.com/docs/customizing-colors#color-palette-reference). The three main colours are used for the header, footer, and accent colours. Here are the colors for each scheme: Blowfish defines a three-colour palette that is used throughout the theme. Each main colour contains ten shades which are based upon the colours that are included in [Tailwind](https://tailwindcss.com/docs/customizing-colors#color-palette-reference). The three main colours are used for the header, footer, and accent colours. Here are the colors for each scheme:
#### Blowfish (default) ### Blowfish (default)
{{< swatches "#64748b" "#3b82f6" "#06b6d4" >}} {{< swatches "#64748b" "#3b82f6" "#06b6d4" >}}
#### Avocado ### Avocado
{{< swatches "#78716c" "#84cc16" "#10b981" >}} {{< swatches "#78716c" "#84cc16" "#10b981" >}}
#### Fire ### Fire
{{< swatches "#78716c" "#f97316" "#f43f5e" >}} {{< swatches "#78716c" "#f97316" "#f43f5e" >}}
#### Ocean ### Ocean
{{< swatches "#64748b" "#3b82f6" "#06b6d4" >}} {{< swatches "#64748b" "#3b82f6" "#06b6d4" >}}
#### Forest ### Forest
{{< swatches "#658c86" "#3bf5df" "#06d45c" >}} {{< swatches "#658c86" "#3bf5df" "#06d45c" >}}
#### Princess ### Princess
{{< swatches "#8c658c" "#f53bf2" "#7706d4" >}} {{< swatches "#8c658c" "#f53bf2" "#7706d4" >}}
#### Neon ### Neon
{{< swatches "#8338ec" "#ff006e" "#3a86ff" >}} {{< swatches "#8338ec" "#ff006e" "#3a86ff" >}}
#### Bloody ### Bloody
{{< swatches "#d90429" "#8d99ae" "#457b9d" >}} {{< swatches "#d90429" "#8d99ae" "#457b9d" >}}
#### Terminal ### Terminal
{{< swatches "#004b23" "#38b000" "#1a759f" >}} {{< swatches "#004b23" "#38b000" "#1a759f" >}}
#### Marvel ### Marvel
{{< swatches "#2541b2" "#d81159" "#ffbc42" >}} {{< swatches "#2541b2" "#d81159" "#ffbc42" >}}
#### Noir ### Noir
{{< swatches "#5c6b73" "#9db4c0" "#00a5cf" >}} {{< swatches "#5c6b73" "#9db4c0" "#00a5cf" >}}
#### Autumn ### Autumn
{{< swatches "#0a9396" "#ee9b00" "#bb3e03" >}} {{< swatches "#0a9396" "#ee9b00" "#bb3e03" >}}
#### Congo ### Congo
{{< swatches "#71717a" "#8b5cf6" "#d946ef" >}} {{< swatches "#71717a" "#8b5cf6" "#d946ef" >}}
#### Slate ### Slate
{{< swatches "#6B7280" "#64748b" "#6B7280" >}}
{{< swatches "#6B7280" "#64748b" "#6B7280" >}}
Although these are the default schemes, you can also create your own. Refer to the [Advanced Customisation]({{< ref "advanced-customisation#colour-schemes" >}}) section for details. Although these are the default schemes, you can also create your own. Refer to the [Advanced Customisation]({{< ref "advanced-customisation#colour-schemes" >}}) section for details.