From caa95c2f8999460145e7130b1e64df131be97ff0 Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:01:55 -0600 Subject: [PATCH] added lastmod date to frontmater to all pages --- content/benchmarks.md | 1 + content/building.md | 1 + content/contribute/CODE_OF_CONDUCT.md | 1 + content/contribute/CONTRIBUTING.md | 1 + content/contribute/desktop.md | 1 + content/contribute/docs.md | 1 + content/contribute/translation.md | 1 + content/contribute/www.md | 1 + content/faq.md | 1 + content/guides/downloads.md | 1 + content/guides/generic-optimized.md | 1 + content/guides/live-editing.md | 1 + content/guides/manage-profiles.md | 1 + content/guides/wayland.md | 1 + content/index.md | 1 + content/security.md | 3 +-- content/themes-store/themes-marketplace-preferences.md | 3 ++- .../themes-store/themes-marketplace-submission-guidelines.md | 1 + content/themes-store/themes-marketplace.md | 1 + 19 files changed, 20 insertions(+), 3 deletions(-) diff --git a/content/benchmarks.md b/content/benchmarks.md index caa7810..feb4762 100644 --- a/content/benchmarks.md +++ b/content/benchmarks.md @@ -1,5 +1,6 @@ --- title: Performance Benchmarks 📊 +lastmod: 2024-09-13 --- These benchmarks were performed on a device with the following specifications: diff --git a/content/building.md b/content/building.md index fb476f7..d5fc1a1 100644 --- a/content/building.md +++ b/content/building.md @@ -1,5 +1,6 @@ --- title: Building Zen Browser đŸ“Ļ +lastmod: 2024-09-25 --- We've took the time to make building Zen Browser as easy as possible, independent of your operating system or technical knowledge. diff --git a/content/contribute/CODE_OF_CONDUCT.md b/content/contribute/CODE_OF_CONDUCT.md index 819cbfc..85dc3a3 100644 --- a/content/contribute/CODE_OF_CONDUCT.md +++ b/content/contribute/CODE_OF_CONDUCT.md @@ -1,6 +1,7 @@ --- title: Code of Conduct draft: false +lastmod: 2024-08-24 --- ## Our Pledge diff --git a/content/contribute/CONTRIBUTING.md b/content/contribute/CONTRIBUTING.md index 871ed6a..3455589 100644 --- a/content/contribute/CONTRIBUTING.md +++ b/content/contribute/CONTRIBUTING.md @@ -1,6 +1,7 @@ --- title: Contributing to Zen Browser draft: false +lastmod: 2024-08-26 --- Thank you for considering contributing to Zen Browser! We appreciate your time and effort in improving this project. The following is a set of guidelines for contributing to Zen Browser. These guidelines are intended to make it easier for you to get involved. diff --git a/content/contribute/desktop.md b/content/contribute/desktop.md index eb6fb25..e4bb959 100644 --- a/content/contribute/desktop.md +++ b/content/contribute/desktop.md @@ -1,6 +1,7 @@ --- title: Getting Started with Desktop Browser Development draft: false +lastmod: 2024-08-26 --- Contributing to the Zen Browser Desktop project is a great way to get involved with open-source software development. This guide will walk you through the steps to clone the project, set up your development environment, make contributions, and submit pull requests. diff --git a/content/contribute/docs.md b/content/contribute/docs.md index b5e1839..4f62477 100644 --- a/content/contribute/docs.md +++ b/content/contribute/docs.md @@ -1,6 +1,7 @@ --- title: Getting Started with Documentation Contributions draft: false +lastmod: 2024-08-26 --- diff --git a/content/contribute/translation.md b/content/contribute/translation.md index eea1a15..e3ee7c4 100644 --- a/content/contribute/translation.md +++ b/content/contribute/translation.md @@ -1,6 +1,7 @@ --- title: Getting Started with Translations draft: false +lastmod: 2024-08-24 --- diff --git a/content/contribute/www.md b/content/contribute/www.md index eb3ea37..8f73347 100644 --- a/content/contribute/www.md +++ b/content/contribute/www.md @@ -1,6 +1,7 @@ --- title: Getting Started with Zen's Homepage Development draft: false +lastmod: 2024-08-24 --- diff --git a/content/faq.md b/content/faq.md index eabe41c..2e2b3b7 100644 --- a/content/faq.md +++ b/content/faq.md @@ -1,5 +1,6 @@ --- title: Frequently Asked Questions ❓ +lastmod: 2024-09-16 --- Welcome to the Zen Browser FAQ section! Here, you'll find answers to common questions and helpful tips to enhance your experience with Zen Browser. If your question isn't covered here, feel free to explore our community forums [r/zen_browser](https://www.reddit.com/r/zen_browser) or reach out to the support team. diff --git a/content/guides/downloads.md b/content/guides/downloads.md index 2c4e654..ac8162c 100644 --- a/content/guides/downloads.md +++ b/content/guides/downloads.md @@ -3,6 +3,7 @@ title: Download Hub draft: false aliases: - Download Hub +lastmod: 2024-09-06 --- This [[guides/index|guide]] is designed to help you easily find and download the version of Zen Browser that best fits your operating system and hardware. Whether you're using Windows, Linux, or macOS, you'll find both optimized and generic builds, along with portable and installer options to suit your needs. If you're unsure which version is right for you, be sure to check out our guide on [[generic-optimized | choosing between the generic and optimized builds]] diff --git a/content/guides/generic-optimized.md b/content/guides/generic-optimized.md index 1cdea1a..9b42981 100644 --- a/content/guides/generic-optimized.md +++ b/content/guides/generic-optimized.md @@ -2,6 +2,7 @@ title: Choosing between the generic and optimized build aliases: - Choosing between the generic and optimized build +lastmod: 2024-09-02 --- This [[guides/index|guide]] provides an overview of the differences between the generic and optimized builds of Zen, so you can make an informed decision on which version to use. diff --git a/content/guides/live-editing.md b/content/guides/live-editing.md index 4a0db74..622e5a8 100644 --- a/content/guides/live-editing.md +++ b/content/guides/live-editing.md @@ -1,5 +1,6 @@ --- title: Live Editing Zen Theme +lastmod: 2024-09-17 --- This [[guides/index|guide]] will help you customize the appearance of Zen Browser by live editing the `userChrome.css` file. Follow the steps below to start customizing your browser's theme. diff --git a/content/guides/manage-profiles.md b/content/guides/manage-profiles.md index a7c96de..1a716f6 100644 --- a/content/guides/manage-profiles.md +++ b/content/guides/manage-profiles.md @@ -1,5 +1,6 @@ --- title: Managing Firefox Profiles +lastmod: 2024-08-23 --- This [[guides/index|guide]] will give you a comprehensive understanding of Firefox profiles, helping you manage them effectively even in the most challenging situations. By following this guide, you'll learn how to preserve key elements of your browsing experience, including bookmarks, history, passwords, and more. diff --git a/content/guides/wayland.md b/content/guides/wayland.md index 4e1879b..9197332 100644 --- a/content/guides/wayland.md +++ b/content/guides/wayland.md @@ -1,5 +1,6 @@ --- title: Handling Zen Browser Crashes on Linux with Wayland **Archived** +lastmod: 2024-09-06 --- >[!check] **Good News!** diff --git a/content/index.md b/content/index.md index d18cbf3..a569f4d 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,6 @@ --- title: Welcome to Zen Browser's Documentation +lastmod: 2024-09-11 --- Welcome to **Zen Browser's Documentation!** Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient. diff --git a/content/security.md b/content/security.md index 3a84847..f93dfcd 100644 --- a/content/security.md +++ b/content/security.md @@ -3,8 +3,7 @@ title: Security 🔐 aliases: - Security 🔐 description: At Zen Browser, your online safety and privacy are our top priorities. We've implemented a range of security features to ensure you're protected while browsing. -modified: 2024-09-11T20:28:00 -created: 2024-09-11T20:28:00 +lastmod: 2024-09-18 --- > [!important] Password, Cookies, and Cache Management > All passwords, cookies, and cache in Zen Browser are managed by Firefox. This means your saved passwords are automatically encrypted, providing an extra layer of security to keep your login credentials safe. Cookies and cache are also handled according to Firefox's strict privacy policies, ensuring your data is stored securely and only accessible to you. diff --git a/content/themes-store/themes-marketplace-preferences.md b/content/themes-store/themes-marketplace-preferences.md index bed40f5..c3c7411 100644 --- a/content/themes-store/themes-marketplace-preferences.md +++ b/content/themes-store/themes-marketplace-preferences.md @@ -1,5 +1,6 @@ --- -title: Themes Store Preferences ⚙ī¸ +title: Themes Store Preferences ⚙ī¸ +lastmod: 2024-09-16 --- diff --git a/content/themes-store/themes-marketplace-submission-guidelines.md b/content/themes-store/themes-marketplace-submission-guidelines.md index ecefec1..6ebc96c 100644 --- a/content/themes-store/themes-marketplace-submission-guidelines.md +++ b/content/themes-store/themes-marketplace-submission-guidelines.md @@ -1,5 +1,6 @@ --- title: Themes Store Submission Guidelines 📋 +lastmod: 2024-08-19 --- If you are a theme developer and would like to submit your theme, please follow these guidelines: diff --git a/content/themes-store/themes-marketplace.md b/content/themes-store/themes-marketplace.md index 380d6ee..bd2ecd0 100644 --- a/content/themes-store/themes-marketplace.md +++ b/content/themes-store/themes-marketplace.md @@ -1,5 +1,6 @@ --- title: Information about Themes Store ℹī¸ +lastmod: 2024-09-19 --- The Themes Store is a place where you can find and install themes for Zen Browser.