Skip to content

Commit 437f54c

Browse files
Modified introduction and changed font
1 parent d15efe5 commit 437f54c

3 files changed

Lines changed: 32 additions & 19 deletions

File tree

src/content/docs/intro/index.md

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

src/content/docs/intro/index.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Why StratOS Linux?
3+
description: Introduction to StratOS Linux
4+
---
5+
6+
StratOS is a flexible beginner-friendly Arch Linux distribution focused on providing a stable and modular operating system to users. It combines the performance and bleeding-edge model of Arch Linux with the unique ability of creating a blend of multiple parts of other distros of Bedrock Linux, delivering a system that lets you decide how to work rather than force the user into the confines of a typical Linux distribution.
7+
8+
9+
### Features
10+
11+
#### Rolling Release Architecture
12+
13+
Due to the fact that StratOS is based on Arch Linux, it follows a rolling release architecture. This means that you get continuous access to the latest kernels, drivers and software.
14+
15+
#### Multi-Distro Support
16+
17+
StratOS Linux also comes preinstalled with Bedrock Linux, which allows it to support components, or "stratas" of other distros on top of the existing Arch Linux base. You can fetch stratas of other distros like Ubuntu, Fedora, Kali, Gentoo, Void, etc using the `brl fetch` command.
18+
19+
#### Dedicated Software Repositories
20+
21+
StratOS Linux also comes with its own dedicated software repository out of the box, which includes useful packages like **zen-browser**, **vicinae**, **sherlock launcher**, **pandoc-bin**, etc, which are not available in Arch Linux repositories.
22+
23+
### Custom Applications Developed for StratOS Linux
24+
25+
- [rockers](https://github.com/StratOS-Linux/rockers) : A custom package manager script which includes support for pacman, AUR, flatpak and apt, with support for more distributions coming soon.
26+
- [grab](https://github.com/StratOS-Linux/grab) : A custom fetch script like neofetch which displays the system configuration to the user.
27+
- [maneki-neko](https://github.com/StratOS-Linux/maneki-neko) : A welcome app with options for installing apps and stratas.
28+
- [StratVIM](https://github.com/StratOS-Linux/StratVIM) : A custom NeoVim configuration
29+
- [Stratmacs](https://github.com/StratOS-Linux/stratmacs-config) : A custom Emacs configuration
30+

src/styles/_global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); */
2-
@import '@fontsource/jetbrains-mono';
2+
/* @import '@fontsource/jetbrains-mono'; */
33
:root {
4-
--sl-font: 'JetBrains Mono';
4+
/* --sl-font: 'JetBrains Mono'; */
55
}
66

77
.card {

0 commit comments

Comments
 (0)