sort new to old

ref #163
This commit is contained in:
Dariush Abbasi
2026-02-27 05:23:44 -07:00
parent c92ebe167d
commit cfb82c17a1
72 changed files with 607 additions and 614 deletions
+2 -1
View File
@@ -7,12 +7,13 @@ Add books with this format :
```
### DATE - [BOOK NAME](BOOK URL)
<img src="BOOK COVER IMAGE ADDRESS" width="120px"/>
<img src="gobooks/covers/COVER_FILENAME" width="120px"/>
BOOK DESCRIPTION
```
* Place cover images in `gobooks/covers/` with a slug filename (e.g. `book-name.jpg`).
* If book is free, add it after free books of that category and also add `*Free*` after book url.
* Add other books in ascending date order (newest last). Books without date go at the end of the list in that category.
* To keep track of the huge table of contents you can use a plugin like [Markdown VSCode plugin](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)