chore: Update landing page title and footer links

Co-authored-by: Jafeth Garro <IAmJafeth@users.noreply.github.com>
This commit is contained in:
Mauro Balades 2024-08-18 01:20:53 +02:00
parent 363caeb974
commit 779c0188f1
5 changed files with 44 additions and 2 deletions

View file

@ -3,3 +3,4 @@ title: Welcome to Zen Browser's Documentation
--- ---
* [Themes Marketplace](themes-marketshare/themes-marketplace.md)

View file

@ -0,0 +1,3 @@
---
title: Themes Marketplace Preferences
---

View file

@ -0,0 +1,21 @@
---
title: Themes Marketplace Submission Guidelines
---
# Themes Marketplace Submission Guidelines
If you are a theme developer and would like to submit your theme to the Themes Marketplace, please follow these guidelines:
1. **Theme requirements**:
- Your theme must be compatible with Zen Browser.
- Your theme must be open-source.
- Your theme must not contain any malicious code.
- Your theme must not violate any copyright laws.
2. **Theme Validation**:
- Your theme's name has to be unique and less than `25` characters.
- Your theme's description has to be less than `100` characters.
- Your theme's screenshot has to be a `PNG` with size of `300x200` (it can be resized after upload).
- Your theme must contain a valid `readme` describing the theme and how to use it.
- If your theme has any preferences values, they must be set in the `preferences` text area as a `JSON` object.
- See how preferences work [here](themes-marketshare/themes-marketplace-preferences.md).

View file

@ -0,0 +1,17 @@
---
title: Information about Themes Marketplace
---
# Themes Marketplace
The Themes Marketplace is a place where you can find and install themes for Zen Browser.
## How to install a theme
1. Open Zen Browser.
2. Click on the theme you would like to install on the [Themes Marketplace](https://zenbrowser.io/themes).
4. Click on the "Install" button.
## For theme developers
If you are a theme developer and would like to submit your theme to the Themes Marketplace, please follow the instructions on the [Submission Guidelines](themes-marketshare/themes-marketplace-submission-guidelines.md) page.

View file

@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
*/ */
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "🪴 Quartz 4.0", pageTitle: "Zen Browser Docs",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "plausible", provider: "plausible",
}, },
locale: "en-US", locale: "en-US",
baseUrl: "zen-browser.app", baseUrl: "docs.zen-browser.app",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created", defaultDateType: "created",
theme: { theme: {