remove title and nav on homepage (#71)

* remove title from homepage, lower font size a bit

* remove toc from homepage

* remove nav on homepage as well
This commit is contained in:
Mike Sawka
2024-10-10 15:29:22 -07:00
committed by GitHub
parent f70a85dc02
commit 844e17748b
2 changed files with 15 additions and 1 deletions
+3 -1
View File
@@ -2,11 +2,13 @@
sidebar_position: 1
id: "index"
title: "Home"
hide_title: true
hide_table_of_contents: true
---
import {Card, CardGroup} from '@site/src/components/card.tsx';
## Welcome to Wave Terminal
# Welcome to Wave Terminal
Wave is an [open-source](https://github.com/wavetermdev/waveterm) terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI. We support MacOS, Linux, and Windows ([Downloads](https://waveterm.dev/download)).
+12
View File
@@ -20,6 +20,18 @@
--ifm-color-primary-lightest: #8cd47d;
}
.docs-doc-id-index article nav {
display: none;
}
body .markdown h1:first-child {
--ifm-h1-font-size: 2rem;
}
body .markdown h2 {
--ifm-h2-font-size: 1.75rem;
}
/* Adds extra margin between last navbar item and the dark mode toggle. */
.navbar__items--right .navbar__item:last-of-type {
margin-right: 4px;