From 18c861123f9a3a4a3147ff068dea5190c53a9247 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Sun, 21 Apr 2024 21:06:35 +0300 Subject: [PATCH] feat: Update README to the actual project readme Now that the package is the core of the project, it's the best time to migrate the main README here, rather then the docs repo --- README.md | 44 +++++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 46af254..e2d3d03 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,35 @@
-

Aplós - NPM Package

-Aplós, but just the theme files, as an NPM Package +

Aplós

+ +A sleek, contemporary, and purposefully designed VitePress theme
> [!IMPORTANT] -As I said above, this package is just for theme files. For the actual Aplós Project check [GabsEdits/aplos](https://github.com/GabsEdits/aplos) +This package containes all the files of the Aplós theme. For the actual documentation check https://aplos.gxbs.me -## Usage -First, Init the Submodules: -```sh -git submodule init -``` +![Screenshot of Aplos](https://github.com/GabsEdits/aplos/assets/110247388/3c98f962-b560-442a-9f56-9b805156a272) -Then, add the theme to the `pages/.vitepress/theme` directory: -```sh -git submodule add https://github.com/GabsEdits/aplos-theme.git pages/.vitepress/theme -``` +## Features -### Update -To update the theme run this command: +- Lightweight and minimalistic, using VitePress. +- Elegantly styled with a primary color theme for a visually pleasing experience. +- Mobile-friendly design with support for dark mode. +- Optimized for social media sharing with meta cards. +- Utilizes premium fonts: Inter for text and Geist Mono for code snippets. +- Local development made easy with NPM/PNPM integration. -```bash -git submodule update --remote --merge -``` +## Name + +The name 'Aplós', pronounced as `/aplós/` is the Romanized representation of the Greek word 'Απλός,' which translates to 'Simple' or 'Pure and simple'. This naming choice that showcases the essence of the project— it's dedication to providing users with a traightforward and modern web experience. Aplós is centered around the philosophy of simplicity, aiming to deliver an uncomplicated and contemporary solution for website creation. + +## Try & Use + +To try and use this project you can check the [Guide](https://aplos.gxbs.me/guide/) I made. + +## Thanks ❤ & Credits️: + +- [Duckquill](https://daudix.codeberg.page/duckquill), from where I got inspired to create this project (and many ideas are from there) +- [Inter](https://rsms.me/inter/), used for all Sans Serif text. +- [Geist Mono](https://vercel.com/font/), used for code snippets. +- [VitePress](https://vitepress.dev), which is used to power Aplós. +- Everyone that supported the project.