Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs/vitepress-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Dec 29, 2024
2 parents d54e22c + 172abce commit 74132d4
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 174 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Dependencies

- Bump `vue` from 3.4.35 to 3.5.12 (https://github.com/aplosdev/aplos/pull/47, https://github.com/aplosdev/aplos/pull/61, https://github.com/aplosdev/aplos/pull/66, https://github.com/aplosdev/aplos/pull/70, https://github.com/aplosdev/aplos/pull/76, https://github.com/aplosdev/aplos/pull/79, https://github.com/aplosdev/aplos/pull/87)
- Bump `vue` from 3.4.35 to 3.5.13 (https://github.com/aplosdev/aplos/pull/47, https://github.com/aplosdev/aplos/pull/61, https://github.com/aplosdev/aplos/pull/66, https://github.com/aplosdev/aplos/pull/70, https://github.com/aplosdev/aplos/pull/76, https://github.com/aplosdev/aplos/pull/79, https://github.com/aplosdev/aplos/pull/87, https://github.com/aplosdev/aplos/pull/123)

- Bump `globals` from 15.8.0 to 15.12.0 (https://github.com/aplosdev/aplos/pull/39, https://github.com/aplosdev/aplos/pull/78, https://github.com/aplosdev/aplos/pull/83, https://github.com/aplosdev/aplos/pull/102)

Expand All @@ -115,13 +115,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Bump `eslint` from 9.8.0 to 9.14.0 (https://github.com/aplosdev/aplos/pull/53, https://github.com/aplosdev/aplos/pull/63, https://github.com/aplosdev/aplos/pull/72, https://github.com/aplosdev/aplos/pull/82, https://github.com/aplosdev/aplos/pull/90, https://github.com/aplosdev/aplos/pull/99)

- Bump `vitepress` from 1.3.1 to 1.5.0 for docs (https://github.com/aplosdev/aplos/pull/42, https://github.com/aplosdev/aplos/pull/49, https://github.com/aplosdev/aplos/pull/52, https://github.com/aplosdev/aplos/pull/54, https://github.com/aplosdev/aplos/pull/98, https://github.com/aplosdev/aplos/pull/103, https://github.com/aplosdev/aplos/pull/116)
- Bump `vitepress` from 1.3.1 to 1.5.0 for docs (https://github.com/aplosdev/aplos/pull/42, https://github.com/aplosdev/aplos/pull/49, https://github.com/aplosdev/aplos/pull/52, https://github.com/aplosdev/aplos/pull/54, https://github.com/aplosdev/aplos/pull/98, https://github.com/aplosdev/aplos/pull/103, https://github.com/aplosdev/aplos/pull/116, https://github.com/aplosdev/aplos/pull/124)

- Bump `@mdit/plugin-tasklist` from 0.13.0 to 0.14.0 (https://github.com/aplosdev/aplos/pull/55, https://github.com/aplosdev/aplos/pull/109)

- Bump `@mdit/plugin-figure` from 0.13.0 to 0.14.0 (https://github.com/aplosdev/aplos/pull/56, https://github.com/aplosdev/aplos/pull/110)

- Bump `eslint-plugin-vue` from 9.27.0 to 9.30.0 (https://github.com/aplosdev/aplos/pull/57, https://github.com/aplosdev/aplos/pull/86, https://github.com/aplosdev/aplos/pull/91, https://github.com/aplosdev/aplos/pull/95)
- Bump `eslint-plugin-vue` from 9.27.0 to 9.32.0 (https://github.com/aplosdev/aplos/pull/57, https://github.com/aplosdev/aplos/pull/86, https://github.com/aplosdev/aplos/pull/91, https://github.com/aplosdev/aplos/pull/95, https://github.com/aplosdev/aplos/pull/111)

- Bump `non.geist` from 1.0.3 to 1.0.4 (https://github.com/aplosdev/aplos/pull/85)

Expand Down
22 changes: 11 additions & 11 deletions LEARN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ensure that Node and NPM/PNPM are installed on your machine.
Clone the repository using the following command:

```bash
git clone https://github.com/GabsEdits/aplos.git
git clone https://github.com/aplosdev/aplos.git
```

Make sure to have PNPM (or NPM) installed, then install dependencies:
Expand All @@ -23,18 +23,18 @@ pnpm install
To run a development server, use:

```bash
pnpm run pages:dev
pnpm run docs:dev
```

To build the project run:

```bash
pnpm run pages:build
pnpm run docs:build
```

## Configuration & Usage

Refer to the documentation at https://aplos.gxbs.me/guide/ for detailed information on configuration and usage.
Refer to the documentation at https://aplos.gxbs.dev/guide/ for detailed information on configuration and usage.

## Contributing

Expand All @@ -46,18 +46,18 @@ The project is licensed under [The MIT License](LICENSE)

## Resources

- [Aplós Documentation](https://aplos.gxbs.me/guide/)
- [Aplós Demo](https://aplos.gxbs.me/demo/)
- [Aplós Documentation](https://aplos.gxbs.dev/guide/)
- [Aplós Demo](https://aplos.gxbs.dev/demo/)

## Acknowledgements

- [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/), which is the font used in **all** _Aeolus_ apps.
- [Source Code Pro](https://adobe-fonts.github.io/source-code-pro/), used for code snippets.
- [Noto Color Emoji](https://fonts.google.com/noto/specimen/Noto+Color+Emoji), used for all emojis.
- [Duckquill](https://duckquill.daudix.one), from where I got inspired to create this project (and many ideas are from there)
- [Hari Rana](https://tesk.page/) for style-related feedback and suggestions
- [Inter](https://rsms.me/inter/), used for all Sans Serif text.
- [Geist Mono](https://vercel.com/font/), used for all monospaced text.
- [VitePress](https://vitepress.dev), which is used to power Aplós.
- Everyone that supported the project.

## Contact

In case of anything please contact me through [Email](mailto:me@gabs.eu.org) or [any of the links provided here](https://gabs.eu.org/findme)
In case of anything please contact me through [Email](mailto:me@gxbs.dev) or [any of the links provided here](https://gxbs.dev/find)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1>Aplós</h1>
<p>A sleek, contemporary, and purposefully designed VitePress theme</p>s
<p>A sleek, contemporary, and purposefully designed VitePress theme</p>
</div>

> [!IMPORTANT]
Expand Down
Loading

0 comments on commit 74132d4

Please sign in to comment.