feat: implement navbar, update styles and docs

chore: add styles to html and body

chore: update theme for tailwind config

chore: update colors

chore: add list layout override for docs

chore: update default layouts

chore: update contents
This commit is contained in:
Xin
2023-07-25 23:27:01 +01:00
parent 3ec2e18870
commit e0bfaf0467
18 changed files with 303 additions and 142 deletions

View File

@ -45,3 +45,8 @@ disableKinds = ["taxonomy", "term"]
name = 'About'
pageRef = '/about'
weight = 30
[[menu.main]]
name = 'GitHub'
url = 'https://github.com'
weight = 40
params = { icon = 'github' }