From fe9e8fafd85d52e2e209572da35911687df05bcb Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Fri, 15 Mar 2024 12:50:58 +0200 Subject: [PATCH] cleanup: Reworded the Static Template and a small change to README --- README.md | 2 +- pages/static.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab5fad5..185fb0c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The name 'Aplós', pronounced as `/aplós/` is the Romanized representation of t ## Try & Use -To try and use this project you can check the Guide I made. +To try and use this project you can check the [Guide](https://aplos.gxbs.me/guide/) I made. ## Learn about it diff --git a/pages/static.md b/pages/static.md index adbe25b..c562190 100644 --- a/pages/static.md +++ b/pages/static.md @@ -26,9 +26,9 @@ Once you've got it cloned, dive into the index.html file, make your tweaks, and Inside the `index.html` file, you'll find a style section with a customizable color palette. Want a change? Go for it! Modify the text, add elements as you wish. For a inspiration, check out the [Demo Page](/demo/). Creating cards like the warning card? Just add an element with the id "`warning`", toss in an `

` and a `

`, and you're good to go. -::: warning -This template might lag a bit behind the latest versions, usually a few releases behind of the absolute newest. For example, if the current version is `1.1.0`, the template might be at `1.0.0-rc.1`. I intentionally do this to focus more on the main version's improvement than playing catch-up with every release. Fear not; after two major point releases (`0.X.0`, where `X` is the major point), the template gets a shiny update to the latest version. -::: +> [!warning] ⚠ Warning +> Please note that this template may have a slight lag behind the latest version. This intentional approach allows for a greater focus on improving the main version rather than constantly catching up with every release. After about six major commits, the template will receive a polished update to the latest version. + ::: details Heads Up Some elements, like the 404 page, are designed specifically for the VitePress theme.