Skip to content

Commit 1bc7608

Browse files
committed
chore: format code
1 parent 73f65c5 commit 1bc7608

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
### Added
1010

1111
- **Introducing, Boosts for Aplós**
12-
1312
- Customize your website with plugins that enhance its functionality and appearance. Aplós offers a variety of plugins that you can easily integrate into your project. Let's explore the available plugins and how you can use them to improve your website.
1413

1514
- The navigation bar first appears when you enter the page, as you scroll down it will disappear, and when you scroll up it will appear again (that way it won't take up space when you're reading, so you can focus on the content)
1615

1716
- New style for article headers
18-
1917
- New date format for articles (with the hour and minute)
2018

2119
- **Deprecate the `description` field for articles**
22-
2320
- The `description` field for articles is now deprecated, and now the as a replacement, the content until the first `hr` element will be used as the description for the article in both the article list and the article itself.
2421

2522
- Adaptive navigation island
@@ -150,7 +147,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
150147
- Add Banners for articles
151148

152149
- Partial rewrite the navigation island
153-
154150
- New way of centering it
155151
- Make it allow more items without overflowing
156152
- Reorganize styles and remove unnecessary ones
@@ -206,7 +202,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
206202
### Added
207203

208204
- Support for multiple authors
209-
210205
- Including in the article list
211206

212207
- Make blog descriptions optional
@@ -256,7 +251,6 @@ Small dependency updates that were missed in the last release.
256251
- Add support for a full-width image via the URL (with `#` + `full`)
257252

258253
- Add multiple types of articles
259-
260254
- Featured
261255
- Draft
262256
- Archived
@@ -287,7 +281,6 @@ Small dependency updates that were missed in the last release.
287281
- Add screenshot support for images via the URL (if the image's URL has a "screenshot" in it, it will be displayed as a screenshot)
288282

289283
- Add footer links
290-
291284
- And incorporate the "Source Code" and "Made by" links into the footer links
292285

293286
- Add styles for checkboxes
@@ -319,7 +312,6 @@ Small dependency updates that were missed in the last release.
319312
- Make the RSS feed link the navigation to download the file linked to the link
320313

321314
- Configurable message
322-
323315
- After each article
324316
- After the footer
325317

@@ -332,7 +324,6 @@ Small dependency updates that were missed in the last release.
332324
### Changed
333325

334326
- Project rebranding
335-
336327
- New accent color
337328
- New icon
338329

@@ -343,7 +334,6 @@ Small dependency updates that were missed in the last release.
343334
- Warp text pretty
344335

345336
- Restyle informal cards
346-
347337
- Make their title be the accent color of the card
348338
- Make the background color of the cards be slightly more transparent
349339

@@ -352,7 +342,6 @@ Small dependency updates that were missed in the last release.
352342
- Make all component styles file begin with an underscore
353343

354344
- Add variables for general styles
355-
356345
- A huge style cleanup
357346

358347
- Minor changes to the formatter and the linter
@@ -388,7 +377,6 @@ Small dependency updates that were missed in the last release.
388377
- Make `minimal` layout an option in the configuration, rather then an import
389378

390379
- Make the Blog List an custom component due to it's complexity
391-
392380
- This will allow for more customization and easier maintenance
393381
- **Will require extra effort to implement it again** (example provided in the [documentation](https://aplos.gxbs.me/guide/articles-list) and package file under `custom/BlogListExample.txt`)
394382

@@ -404,23 +392,20 @@ Small dependency updates that were missed in the last release.
404392
- Provide a non-custom font version of Aplós (`aplos/plain`)
405393

406394
- Provide `style` frontmatter configuration for any page
407-
408395
- `numeric` for numeric style headings
409396

410397
- Make Icon Links a toggleable option in Configuration
411398

412399
- Add `note` informal card
413400

414401
- Small changes to image behavior
415-
416402
- Smaller scale when active
417403
- Max width for images when active
418404
- Images with a link:
419405
- Add pointer cursor
420406
- Make the border thicker when hovering
421407

422408
- Better accessibility for keyboard users
423-
424409
- With a custom focus indicator
425410

426411
- Add support for various types of elements
@@ -565,7 +550,6 @@ Small dependency updates that were missed in the last release.
565550
- Pump SASS from 1.76.0 to 1.77.0 (https://github.com/aplosdev/aplos/pull/2)
566551

567552
- Reinstate the ActivityPub comments _(not yet fully implemented)_
568-
569553
- [x] Migrate script to TypeScript locally
570554
- [x] Make it run `onMounted`
571555
- [ ] Fix the build issue

docs/guide/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Aplós is a user-friendly template for Vitepress that allows you to quickly set
1313
1. Aplós provides a convenient template that you can use to kickstart your project. To begin, click on the following link to initialize a repository with the Aplós template: Initialize Aplós Template.
1414

1515
2. After initializing, you have two options:
16-
1716
- Clone the repository to edit the project locally: `git clone https://github.com/*your_username*/aplos`
1817
- Use GitHub Codespaces to edit the project online: [GitHub Codespaces](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=737827959)
1918

0 commit comments

Comments
 (0)