Skip to content

Commit 330c346

Browse files
authored
Basic design implementation (#1)
- add basic landing page content - basic design implementation - update to Toucan 1.0.0-rc.1 - add metatags support
1 parent 87c81c9 commit 330c346

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1320
-159
lines changed
159 KB
Loading
28.9 KB
Loading
17.5 KB
Loading

contents/[home]/index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

contents/[home]/index.yml

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

site.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@ language: "en-US"
44
navigation:
55
- label: "Summary"
66
url: "/"
7+
- label: "Testimonials"
8+
url: "/#testimonials"
79
- label: "Authors"
810
url: "/#authors"
9-
- label: "Chapters"
10-
url: "/#chapters"
11+
- label: "Content"
12+
url: "/#content"
1113
- label: "FAQ"
1214
url: "/#faq"
1315
- label: "Contact"
14-
url: "/#contact"
16+
url: "/#contact"
17+
18+
footer:
19+
discord:
20+
link: "https://discord.gg/vEVdp5xn5e"
21+
x:
22+
link: "https://x.com/kittibodecs"
23+
bluesky:
24+
link: "https://bsky.app/profile/kittibodecs.bsky.social"
25+
mastodon:
26+
link: "https://mastodon.social/@kittibodecs"
27+

0 commit comments

Comments
 (0)