docs: add customization and update other pages

chore: re-compile css and add icons
chore: update blog list layout
This commit is contained in:
Xin
2023-08-21 23:41:37 +01:00
parent ce78845226
commit 5821b02db2
12 changed files with 189 additions and 156 deletions

View File

@ -7,7 +7,6 @@ linkTitle: Cards
{{< cards >}}
{{< card link="/" title="Callout" icon="warning" >}}
{{< card link="/" title="GitHub" icon="github" >}}
{{< card link="/" title="No Icon" >}}
{{< /cards >}}
@ -21,7 +20,6 @@ linkTitle: Cards
```
{{</* cards */>}}
{{</* card link="/" title="Callout" icon="warning" */>}}
{{</* card link="/" title="GitHub" icon="github" */>}}
{{</* card link="/" title="No Icon" */>}}
{{</* /cards */>}}
```