You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
### Added
10
10
11
11
-**Introducing, Boosts for Aplós**
12
-
13
12
- 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.
14
13
15
14
- 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)
16
15
17
16
- New style for article headers
18
-
19
17
- New date format for articles (with the hour and minute)
20
18
21
19
-**Deprecate the `description` field for articles**
22
-
23
20
- 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.
24
21
25
22
- Adaptive navigation island
@@ -150,7 +147,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
150
147
- Add Banners for articles
151
148
152
149
- Partial rewrite the navigation island
153
-
154
150
- New way of centering it
155
151
- Make it allow more items without overflowing
156
152
- 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/),
206
202
### Added
207
203
208
204
- Support for multiple authors
209
-
210
205
- Including in the article list
211
206
212
207
- Make blog descriptions optional
@@ -256,7 +251,6 @@ Small dependency updates that were missed in the last release.
256
251
- Add support for a full-width image via the URL (with `#` + `full`)
257
252
258
253
- Add multiple types of articles
259
-
260
254
- Featured
261
255
- Draft
262
256
- Archived
@@ -287,7 +281,6 @@ Small dependency updates that were missed in the last release.
287
281
- 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)
288
282
289
283
- Add footer links
290
-
291
284
- And incorporate the "Source Code" and "Made by" links into the footer links
292
285
293
286
- Add styles for checkboxes
@@ -319,7 +312,6 @@ Small dependency updates that were missed in the last release.
319
312
- Make the RSS feed link the navigation to download the file linked to the link
320
313
321
314
- Configurable message
322
-
323
315
- After each article
324
316
- After the footer
325
317
@@ -332,7 +324,6 @@ Small dependency updates that were missed in the last release.
332
324
### Changed
333
325
334
326
- Project rebranding
335
-
336
327
- New accent color
337
328
- New icon
338
329
@@ -343,7 +334,6 @@ Small dependency updates that were missed in the last release.
343
334
- Warp text pretty
344
335
345
336
- Restyle informal cards
346
-
347
337
- Make their title be the accent color of the card
348
338
- Make the background color of the cards be slightly more transparent
349
339
@@ -352,7 +342,6 @@ Small dependency updates that were missed in the last release.
352
342
- Make all component styles file begin with an underscore
353
343
354
344
- Add variables for general styles
355
-
356
345
- A huge style cleanup
357
346
358
347
- Minor changes to the formatter and the linter
@@ -388,7 +377,6 @@ Small dependency updates that were missed in the last release.
388
377
- Make `minimal` layout an option in the configuration, rather then an import
389
378
390
379
- Make the Blog List an custom component due to it's complexity
391
-
392
380
- This will allow for more customization and easier maintenance
393
381
-**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`)
394
382
@@ -404,23 +392,20 @@ Small dependency updates that were missed in the last release.
404
392
- Provide a non-custom font version of Aplós (`aplos/plain`)
405
393
406
394
- Provide `style` frontmatter configuration for any page
407
-
408
395
-`numeric` for numeric style headings
409
396
410
397
- Make Icon Links a toggleable option in Configuration
411
398
412
399
- Add `note` informal card
413
400
414
401
- Small changes to image behavior
415
-
416
402
- Smaller scale when active
417
403
- Max width for images when active
418
404
- Images with a link:
419
405
- Add pointer cursor
420
406
- Make the border thicker when hovering
421
407
422
408
- Better accessibility for keyboard users
423
-
424
409
- With a custom focus indicator
425
410
426
411
- Add support for various types of elements
@@ -565,7 +550,6 @@ Small dependency updates that were missed in the last release.
565
550
- Pump SASS from 1.76.0 to 1.77.0 (https://github.com/aplosdev/aplos/pull/2)
566
551
567
552
- Reinstate the ActivityPub comments _(not yet fully implemented)_
Copy file name to clipboardExpand all lines: docs/guide/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ Aplós is a user-friendly template for Vitepress that allows you to quickly set
13
13
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.
14
14
15
15
2. After initializing, you have two options:
16
-
17
16
- Clone the repository to edit the project locally: `git clone https://github.com/*your_username*/aplos`
18
17
- Use GitHub Codespaces to edit the project online: [GitHub Codespaces](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=737827959)
0 commit comments